@font-face {
    font-family: Lato-Light;
    src: url(../font-family/fonts/Lato-Light_gdi.eot);
    src: url(../font-family/fonts/Lato-Light_gdi.eot?#iefix) format("embedded-opentype"), url(../font-family/fonts/Lato-Light_gdi.woff) format("woff"),
        url(../font-family/fonts/Lato-Light_gdi.ttf) format("truetype"), url(../font-family/fonts/Lato-Light_gdi.svg#Lato-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}
@font-face {
    font-family: Lato-Regular;
    src: url(../font-family/fonts/fonts/Lato-Regular_gdi.eot);
    src: url(../font-family/fonts/Lato-Regular_gdi.eot?#iefix) format("embedded-opentype"), url(../font-family/fonts/Lato-Regular_gdi.woff) format("woff"),
        url(https://www.kotaklife.com/assets/fonts/Lato-Regular_gdi.ttf) format("truetype"), url(../font-family/fonts/Lato-Regular_gdi.svg#Lato-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}
@font-face {
    font-family: Lato-Bold;
    src: url(../font-family/fonts/Lato-Bold_gdi.eot);
    src: url(../font-family/fonts/Lato-Bold_gdi.eot?#iefix) format("embedded-opentype"), url(../font-family/fonts/Lato-Bold_gdi.woff) format("woff"),
        url(../font-family/fonts/Lato-Bold_gdi.ttf) format("truetype"), url(../font-family/fonts/Lato-Bold_gdi.svg#Lato-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}


body{font-family: 'Roboto', sans-serif;}

*,h1,h2,h3,h4,h5,h6,p{padding: 0px;margin: 0px;}
a{text-decoration: none;}
.container{width: 100%;max-width:1089px;margin: 0 auto;}
.wrapper{width: 100%;max-width: 100%;overflow-x: hidden;}
img{max-width: 100%;height: auto;}
/* .bg-light {background-color: #FFFFFF !important;opacity: 1;border-bottom:1px solid #D2D2D2;padding: 16px 32px 16px 32px;}
.navbar-brand{padding: 0;margin-right: 0;}
.navbar-brand .logo{width: 172px;height: 38px;}
.cal.cal-img{width: 36px;height: 36px;} */

.navbar>.container, .navbar>.container-fluid{padding: 0 36px 0 36px;}
.navbar-expand-lg{border-bottom: 1px solid  #D2D2D2;}
.navbar-brand img{width: 172px;height: 38px;}
.navbar-expand-lg{padding: 14px 0px;}
.dropdown-toggle::after{border: 0px;margin: 0;}
.nav-item .nav-link{position: relative;}
.nav-item .nav-link::after{position: absolute;content: '';width: 0;height: 20px;background-repeat: no-repeat;background-size: contain;right:-2px;top:7px; border: 1px solid #D2D2D2;}
.nav-item:last-child .nav-link::after {border: 0;}
.navbar-expand-lg .navbar-nav .nav-link{padding: 0 12px;}
.navbar-nav{flex-direction: row;}
.header{
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 1000;
    box-shadow: 0 1px 1px #00000029;
    width: 100%;
}
.dropdown-menu{min-width: 270px !important;
    padding: 15px;
    margin: .125rem 0 0;
    font-size: 12px;
    color: #212529;
    border: none;
    text-align: left;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 6px #00000029;}
    .navbar-nav .dropdown-menu{position: absolute;}
    .dropdown-menu .phone_text{padding: 0;width: auto; color: #036 !important;font-size: 14px;font-weight: 500;text-decoration: underline;}
.dropdown-menu .phone{ width: auto;padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;}
    .dropdown-item:focus, .dropdown-item:hover{background-color: transparent;}
    .dropdown-menu[data-bs-popper] { top: 49px; left: -110px; margin-top: .125rem;}
    .dropdown-menu{ transform: translate(-54px, 0px) !important;}
.product-guide-text{font-size: 15px;color: #123262;font-weight: 600;}

.banner_kotak{padding: 25px 0px;margin-top: 65px;}
.customspace{padding: 0 30px;}
.banner_kotak .w-100{height: 96.5%;}
.banner_kotak .form_border{border: 1px solid #D2D2D2;padding: 22px 25px;border-radius: 30px;height: 100%;}
.banner_kotak .form_border .form-control{border: 1px solid #D2D2D2;border-radius: 10px;color: #A8A8A8;font-size: 15px;font-weight: 400;padding: 12px;}

.below_card {
    background: #EFEFEF;
    padding: 15px 0px 5px 0px;
    border-radius: 26px;
    position: absolute;
    bottom: -6px;
    width: 100%;
    max-width: 82%;
    left: 9%;
    z-index: 0; /* Adjust to ensure below_card is not too far back */
}
.btn:focus {
    
    box-shadow: none;
}

.below_card .ref_no {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
/* .container1{width: 100%; max-width: 1320px;} */

.tc_apply {
    color: #0022FF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    z-index: 1; /* Ensure the link is above the card */
    position: relative; /* Ensure this creates a stacking context */
}

.below_card .tc_apply::after {
    position: absolute;
    content: '';
    width: 0;
    height: 13px;
    border: 1px solid #707070;
    background-repeat: no-repeat;
    background-size: contain;
    left: 78px;
    top:5px;
    z-index: -1; /* Ensure this is not above the link */
}
.banner_kotak .img_tap img {
    z-index: 2;
    position: relative; /* Ensure images are in the stacking context */
}



/* .form-check.-input:checked {
    background-color: #0d6efd;
    border: 1px solid green;
    border-radius: 10px;
}
.form-check-input {
    width: 129px;
    height: 42px;
    border: 1px solid #D2D2D2;
    background:#F8F8F8  ;
} */
.by_sharing{font-size: 13px;font-weight: 500;color: #3B3B3B;}
.form-control:focus{box-shadow: none;}
.form-label{font-size: 15px;font-weight: 500;color:  #3B3B3B;}
.form-check-input.check_box{width: 21px;height: 21px;}
.form-check-input.check_box:checked{background-color:#EEF6FF;border: 1px solid #003366;}
.form-check-input.check_box:checked[type=checkbox]{background-image: url(../images/check.svg);background-size: 10px 7px; /* Adjust width and height as needed */
    background-repeat: no-repeat; /* Ensure the background image does not repeat */
    background-position: center;}
.next{background: transparent linear-gradient(90deg, #82772D 0%, #C1CD23 100%) 0% 0% no-repeat padding-box;border-radius: 30px;color: #FFFFFF;font-size: 16px;font-weight: 500;text-align: center;width: 100%;max-width: 203px;margin: 0 auto;padding: 15px;display: block;margin-top: 22px;}
.next:hover{color: #FFF;}
.form-check-input:checked[type=radio]{background-image: unset;z-index: 1;}
.form-check-input[type=radio]{border-radius: unset;}
.select2.select2-container.select2-container--default{width: 100% !important; max-width: 500px !important;}
.select2-container .select2-selection--single{height:49px;padding:12px;border-radius: 10px;}
.select2-container .select2-selection--single .select2-selection__rendered{padding: 0;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-style: none;}
.select2-container--default .select2-selection--single{border: 1px solid #D2D2D2;}
.select2-selection.select2-selection--single[aria-expanded=true] .select2-selection__arrow {
    background-image: url(../images/chevron-down\ \(1\).svg);
    top:19px;
    position: absolute;
    right: 12px;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    width: 20px;
    height: 20px;
    transition: transform .2s ease-in-out;
  }
  
  .select2-selection.select2-selection--single[aria-expanded=false] .select2-selection__arrow {
    background-image: url(../images/chevron-down\ \(1\).svg);
    content: "";
    background-repeat: no-repeat;
    top: 19px;
    position: absolute;
    right: 12px;
    width: 20px;transition: transform .2s ease-in-out;
    height: 20px;
  }
  .hasDatepicker{width: 100% !important;max-width: 300px !important; padding:12px !important; border: 1px solid #D2D2D2; border-radius: 10px;}
  .hasDatepicker .focus-visible{outline:#D2D2D2 !important;}
  /* .calender_img::after{position: absolute;content: '';background-image: url(../images/calendar\ \(13\).svg);width:21px ;height: 21px;right: 14px;top: 47px;} */
  #state-error{position: absolute;bottom: -30px;left: 0;}
  #date-error{position: absolute;bottom: -36px;left: 0;line-height: 1.1;}
  #checkbox-error{margin-left: 36px;}
  .error{color: #DF0010;font-size: 13px;font-weight: 500;width: 100%; margin-top: 5px;}
  .space{width: 44px; height: 44px;}
.gen_gen_protect{background: #F8F8F8 ;padding: 41px 0px 56px;}
.gen_gen_protect h2{font-size: 36px;font-weight: 500;color: #DF0010;}
.num_clr{color: #003974;}
.gen_gen_protect .safety_gen{ color: #303030;font-size: 17px;font-weight: 400;width: 100%;max-width: 1092px;margin: 0 auto;}
.kotak_protect{color: #DF0010;}
.last_text_clr{color:#303030;display: block;}
.last_text_clr1{color:#303030;font-weight: 600;display: block;}
.gen_gen_protect .card{padding: 36px;border:none;border-radius: 26px;height: 100%;}
.gen_gen_protect .card h3{color: #303030;font-size: 21px;font-weight: 600;}
.gen_gen_protect .card p{font-size: 17px;color: #303030;font-weight: 400;width: 100%;}
.with_zen{display: block;}
.gene{height: 64px; width: 50px;}


.gen_gen_protect1{background:#FFF;padding: 57px 0px;}
.gen_gen_protect1 .card img{width: 56px;height: 46px;}
.gen_gen_protect1 .card{padding: 57px;border-radius: 26px;border: 1px solid #C8C8C8;height: 100%;}
.gen_gen_protect1 .card h3{font-size: 18px;font-weight:600;color: #000000;}
.gen_gen_protect1 .card p{color: #3D3D3D;font-size: 16px;font-weight: 400;}
.custom_card{margin-bottom: 26px;}
.gen_gen_protect1 h2{font-size: 36px;color: #DF0010;font-weight: 500;}
.why_choose{padding: 75px 0px 0 0;}
.why_choose .card{padding: 36px 19px;border: 1px solid #C8C8C8;border-radius: 26px;height: 100%;}
.why_choose h3{color: #161616;font-size: 26px;font-weight:600;}
.why_choose p{ font-size: 16px;font-weight: 500;color: #000000;}

/* .gen_radio{width: 0;height: 0;position: absolute;margin-left: 0 !important;border: 0;}
.gen_radio{width: 0;height: 0;position: absolute;}
.gen_radio[type="radio"]:checked::after{content: '';position: absolute;background-image: url(../images/check.svg) !important;width:10px;height:7px;cursor: pointer;background-repeat: no-repeat;background-size: contain;top: 16px;left: 23px;}
.gen_radio[type="radio"]::before{content: '';position: absolute;background-image: none;width: 24px;height: 24px;cursor: pointer;}
.gen_radio[type="radio"]:checked:before{display: none;}


.gen_radio[type="radio"]:checked + .gen_label {
    border: 1px solid #003366;background-color: #EEF6FF;color: #003366;
}
.form-check-input:focus{box-shadow: none;}
.gen_label{padding: 12px 24px;border-radius: 12px;width: 100%;text-align: center;font-size: 15px;color: #A8A8A8;font-weight: 400;}
.gen_switch{background:#F2F2F2;border-radius: 12px;width: 100%;max-width: 264px;} */


.gen_radio {
    width: 0;
    height: 0;
    position: absolute;
    margin-left: 0 !important;
    border: 0;
}

.gen_radio[type="radio"]:checked + .gen_label {
    border: 1px solid #003366;
    background-color: #EEF6FF;
    color: #003366;
}

.gen_radio[type="radio"]:checked + .gen_label .checkmark {
    display: block;
}

.form-check-input:focus {
    box-shadow: none;
}

.gen_label {
    padding: 12px 24px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #A8A8A8;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark {
    display: none;
    width: 10px;
    height: 7px;
    margin-right: 8px; /* Add space between the image and the text */
}

.gen_switch {
    background: #F2F2F2;
    border-radius: 12px;
    width: 100%;
    max-width: 264px;
}

/* #scroll {position:fixed;left:84%;bottom:30px;cursor:pointer;display: none;z-index: 1000;background: transparent linear-gradient(90deg, #82772D 0%, #C1CD23 100%) 0% 0% no-repeat padding-box;border-radius: 24px;color: #FFFFFF;font-size: 16px;font-weight: 500;text-align: center;width: 100%;max-width: 203px;margin: 0 auto;padding: 12px;display: block;} */
#scroll {
    position: fixed;
   right: 10px;
    bottom: 30px;
    cursor: pointer;
    display: none; /* Ensure it's hidden initially */
    z-index: 1000;
    background: transparent linear-gradient(90deg, #82772D 0%, #C1CD23 100%) 0% 0% no-repeat padding-box;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    max-width: 203px;
    margin: 0 auto;
    padding: 12px;
}

 

/* ashu css */

 .accordian_sec{background:#F8F8F8 ;padding: 47px 0px;}
.accordian_sec .accordion .accordion-button:not(.collapsed){background-color: transparent;box-shadow: none;}
.accordian_sec .accordion .accordion-item{background-color: transparent;border: 0;}

.accordian_sec .accordion .accordion-button:focus{border-color:unset;box-shadow:unset;}
.accordian_sec .accordion .accordion-button::after{background-image: url(../images/plus_img.svg);transition: unset;}
.accordion .accordion-button:not(.collapsed)::after{background-image: url(../images/minus_img.svg);transform: rotate(unset);}

.accordion .accrod-para{color: #000000;}
.accordion .accordion-button:not(.collapsed){color: #000000; font-weight: 600;font-family: 'Roboto';
    font-weight: bold;}
    .accordion .accordion-body{padding: 0  ;}
    .accordion .accordion-item{border-bottom: 2px solid #C7C7C7 !important; border-radius: 0;}
    .accordion .accordion-item:last-child{border-bottom: 0 !important;}
    .accordion .number{margin-right: 24px;}
    .accordion .kotak-para{padding:0 37px 20px;}
    .accordion .accordion-button{padding: 20px 0;}
    .accordian_sec .question{ font-size: 36px; color: #235391; font-weight: 400;}
    .accordian_sec .asked{color: #DF0010;font-size: 36px; font-weight: 400;text-align: center;
        padding-bottom: 20px;}
        .infi{padding-bottom: 9px; text-align: center;}
        .accordian_sec .accordion-button::after {background-size: 1.1rem !important;}
.accordian_sec .accordion-button{background: transparent;}


.question{ font-size: 36px; color: #235391; font-weight: 400;}
 .ask{color: #DF0010; font-weight: 400;text-align: center;
}


/* terms and condtion css start */

.terms_condition{background:#FFFFFF;padding: 47px 0px;}
.accordion1 .accordion-button:not(.collapsed){background-color: transparent;box-shadow: none;}
.accordion1 .accordion-item{background-color: transparent;border: 0;}

.accordion1 .accordion-button:focus{border-color:unset;box-shadow:unset;}
.accordion1 .accrod-para{color: #000000;}
.accordion1 .accordion-button:not(.collapsed){color: #000000; font-weight: 600;font-family: 'Roboto';
    font-weight: bold;}
    .accordion1 .accordion-body{padding: 0  ;}
    .accordion1 .accordion-item{border-bottom: 2px solid #C7C7C7;}
    .accordion1 .accordion-item:last-child{border-bottom: 0;}
    .accordion1 .number{margin-right: 24px;}
    .accordion1 .kotak-para{padding:0 37px 20px;}
    .accordion1 .accordion-button{padding: 20px 0 0;}
    .accordian_sec .question{ font-size: 36px; color: #235391; font-weight: 400;}
    .accordian_sec .asked{color: #DF0010;font-size: 36px; font-weight: 400;text-align: center;
        padding-bottom: 20px;}
        .infi{padding-bottom: 9px; text-align: center;}

.terms_condition .accordion1 .accordion-button::before{
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
   margin-right: 13px;
    content: "";margin-bottom: 2px;
    background-image: url(../images/plus_img.svg);    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.terms_condition .accordion1 .accordion-button:not(.collapsed)::before{
    flex-shrink: 0;margin-bottom: -16px;
    width: 1.25rem;
    height: 1.25rem;
   margin-right: 13px;
    content: "";
    background-image: url(../images/minus_img.svg);    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion1 .accordion-button::after{font-size: 0; background-image: unset;}
.terms_condition .beware{font-size: 13px; color: #1D1D1D; font-weight: 400;padding-top: 20px;word-wrap: break-word;}
.terms_condition .beware_border{border: 1px solid #AEAEAE;padding: 6px;border-radius: 6px;}
.terms_condition .kotak_web_link{font-size: 13px;font-weight: 500;color: #036 ;text-decoration: underline;}

/* terms and condtion css end */


/* adddtional section  start*/
.addtional{padding: 50px 0 0px 0; background: #F8F8F8;}
.addtional .question{ font-size: 36px; color: #235391; font-weight: 400;}
.addtional .asked{color: #DF0010;font-size: 36px; font-weight: 400;text-align: center;}
.addtional .infi{padding: 10px 0 9px; text-align: center;}
.addtionalimg{text-align: center;
   
    height: 100%;
    width: 100%;
    max-width: 398px;
    margin-left: -13%;}
    

.accordion3 .accrod-para{color: #000000;}
.accordion3 .accordion-button:not(.collapsed){color: #000000; font-weight: 600;font-family: 'Roboto';
    font-weight: bold;}
    .accordion3 .accordion-body{padding: 0  ;}
    .addtional .accordion3 .accordion-item{padding: 31px 0;}
   .addtional .accordion3 .accordion-item:last-child{border-bottom: 0;}
    .addtional .accordion3 .number{margin-right: 24px;}
    .addtional .accordion3 .kotak-para{padding:0 37px 20px;}
    .addtional .accordion3 .accordion-button{padding: 0; background-color: unset!important;}
    .addtional .accordion3 .accordion-button:not(.collapsed){background-color: unset; box-shadow: none;padding: 0 0 14px;}
    .addtional .accordion3 .accordion-item{background: unset; border: 0; border-bottom: 2px solid #C7C7C7 !important; border-radius: 0;}
    .addtional .accordion3 .accordion-item:last-child{border-bottom: 0 !important;}
 .addtional .accordion3 .accordion-button::after{
    flex-shrink: 0; width:30px; height:29px;  background-image: url(../images/down_arrow_img.svg);    background-repeat: no-repeat;  background-size:contain; transition: transform .2s ease-in-out;margin-top: 3px;
}
.can{width: 447px;}

.addtional .accordion3 .accordion-button:not(.collapsed)::after{
    flex-shrink: 0;
    width: 30px;
    height:29px;
    content: "";
    background-image: url(../images/down_arrow_img.svg);    
    background-repeat: no-repeat;
    background-size:contain;
    transition: transform .2s ease-in-out;
}

.addtional .accordion3 .beware{font-size: 13px; color: #1D1D1D; font-weight: 400;padding-top: 20px;}
.addtional .accordion3 .accordion-button:focus{box-shadow: none;}
.addtional .can1{display: flex;}
/* adddtional section  end*/


.input-container {
    position: relative;
    display: inline-block;
}
.calendar_img {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.calendar_img::after {
    content: '';
    background-image: url('../images/calendar (13).svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.mobileview{display: none;}
.deskview{display: block;}
.right{width: 25px; height: 25px;}
.newdesign{padding-left: 22px;}
.head{text-align: left;}
.newspace1{display: flex;justify-content: center;}
.alignimg{align-self: center;}
.img_tap img{border: 1px solid #D2D2D2; border-radius:20px}