.p-3{
        padding: 30px;
    }
    .m-3{
        margin: 30px;
    }
    .mt-3{
        margin-top: 30px;
    }
    .mt-5{
        margin-top: 50px;
    }
    .mt10{
        margin-top: -10px;
    }
    .mb-3{
        margin-bottom: 30px
    }
    .mb-5{
        margin-bottom: 50px
    }
    .ms-3{
        margin-left: 30px;
    }

    .d-dlex{
        display: flex;
    }
.d-none{
	display: none;
}
    .flex-1{
        width: 50%;
    }
    .flex-2{
        width: 50%;
    }
    .text-center{
        text-align: center;
    }
    .text_orange{
        color: #F89C30;
    }
    .text_light{
        color: #fff;
    }
    .dibetic_wrapper{
        display: flex;
        padding: 15px 100px 30px;
    }
    .dibetic_banner{
        background: linear-gradient(180deg, #2E90CF 0%, #0072BC 100%);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    }
    .dibetic_banner img{
        display: block;
        max-width: 100%;
        padding: 30px 40px;
        margin-top: 25px;
    }
   
    .dibetic_banner_section h1{
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 130%;
        text-align: center;
        text-transform: capitalize;
        color: #0072BC;
    }
    .small_icon{
        display: flex;
        margin-bottom: 30px;
    }
    .small_icon p{
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        text-align: center;
        text-transform: capitalize;
        color: #4F4F4F;
    }
    .small_icon img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    padding: 10px;
    }
    .dibetic_disclaimer{
        font-size: 10px;
        line-height: 120%;
        color: #828282;
    }
    .dibetic_form_wrapper{
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
        border-radius: 12px;
        margin-left: 60px;
        padding: 15px;
    }

    .term_insurance_img_group img{
        max-width: 100%;
    }
.errnone .error-field .error{
	z-index:-5;
}

.dblock{
	z-index:2 !important;
}
.dibetic_banner_section h1 sup{
	position: relative;
    font-size: 14px;
    top: -7px;
}
.term_buy_online {
    font-size:28px !important;
        padding: 0px 0 20px !important;
}
.term_buy_online sup{
	font-size: 9px;
    position: relative;
    top: -3px;
    font-weight: 100;
}
    /* =========form========== */
    .mob_dropdown{
        position: absolute;
        top: 30%;
        left: 60%;
    }
    .GoalAssure .custom-radio1,
.GoalAssure .custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left:30px;
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}

.GoalAssure .custom-radio1 input,
.GoalAssure .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.GoalAssure .radiomark,
.GoalAssure .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px #d9d9d9 solid;
}

.GoalAssure .active_selector .radiomark,
.GoalAssure .custom-checkbox input:checked~.checkmark {
    background-color: #ebebeb;
}

.GoalAssure .radiomark:after,
.GoalAssure .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.GoalAssure .active_selector .radiomark:after,
.GoalAssure .custom-checkbox input:checked~.checkmark:after {
    display: block;
}

.GoalAssure .active_selector .radiomark:after{ 
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0072bc;
 }

.GoalAssure .custom-checkbox input:checked~.checkmark {
    background-color: #0072bc;
}

.GoalAssure .custom-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* line 2137, ../scss/base/_generic.scss */

.GoalAssure .checkboxWrap1 {
    position: relative;
    padding: 15px 10px;
    text-align: center;
}


/* line 2143, ../scss/base/_generic.scss */

.GoalAssure .checkboxWrap1 input[type="checkbox"] {
    display: none;
}


/* line 2145, ../scss/base/_generic.scss */

.GoalAssure .checkboxWrap1 input[type="checkbox"]+label {
    padding-left: 25px;
    position: relative;
    font-size: 12px;
    color: #333333;
    width: 100%;
    cursor: pointer;
    line-height: 1;
    text-align: left;
}


/* line 2155, ../scss/base/_generic.scss */

.GoalAssure .checkboxWrap1 input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 15px;
    text-align: center;
    width: 15px;
    background:#ffffff;
    border:1px solid #0072bc;
}


/* line 2166, ../scss/base/_generic.scss */

.GoalAssure .checkboxWrap1 input[type="checkbox"]+label a {
    color: #000;
    text-decoration: underline;
    font-weight:600;
}


/* line 2172, ../scss/base/_generic.scss */

.GoalAssure .checkboxWrap1 input[type="checkbox"]:checked+label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #0072bc;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* line 2185, ../scss/base/_generic.scss */

.GoalAssure .checkboxWrap1 label {
    font-size: 1.4rem;
}
.GoalAssure .checkboxWrap1 .error1 {
    bottom: -10px;
}
/*----From-----*/
.input-container {
    height: 40px;
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    background: #f5f5f5;
    border-radius: 10px;
  }
.gender_term .input-container , .term_income_range .input-container{
	background:none;
}
.term_mobile_field .selectBox .selectedValue{
	top: 0px;
}
.nri-toggle,
.gender-toggle{margin-top:-5px;}

  .input-container p{
    position: absolute;
    display: flex;
    right: 20px;
    top: 15px;
}
.input {
    background: #F5F5F5;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    color: #222222;
    font-size: 15px;
    height: 100%;
    outline: 0;
    padding: 5px 10px 0;
    width: 100%;
    text-align:left;
  }
  select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    position: relative;
}
.selectBox .selectedValue{
    color:rgba(0, 0, 0, 0.5);
    top:7px;   
    font-size:13px;            
}
.selectBox select{
	 color: #000;
}

.focused .selectedValue{color:#222222;}
.select {
    background: #F5F5F5;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    color: #222222;
    font-size: 14px;
    height: 100%;
    outline: 0;
    padding: 0 65px 0;
    width: 100%;
    font-size: 16px;
    color: #999999;
}

  .form-control:focus-visible{
      outline: none !important;
  }
  .cut {
    background-color: #ffffff;
    border-radius: 10px;
    height: 20px;
    left: 15px;
    position: absolute;
    top: -20px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 76px;
	z-index:1;
}

.country-code .selectBox{
min-width: 15%;
margin: 5px 0px 0px 13px;
cursor: pointer;
border-bottom: 0px solid #fff;
position: absolute;
height: 100%;
z-index: 2;
    }

.selectBox .selectedValue:after{border-bottom: 0px solid #f58324;
    border-left: 0px solid #f58324;}
.country-code .selectBox .selectedValue::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #4F4F4F;
    border-left: 2px solid #4F4F4F;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    right: 3px;
    margin-top: -2px;
}

.ic1 .selectBox:after{
 background:transparent;
 }                                       


/*  .ic1::after{
    font: 20px "Consolas", monospace;
    color: #4F4F4F;
    -webkit-transform: rotate(
90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(
90deg);
    right:10px;
    top: 5px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    content: '>'; 
  }*/

    .ic1::after{
    	    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #4f4f4f;
    border-left: 2px solid #4f4f4f;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    right: 14px;
    margin-top: -2px;
    }

  .form-control{
    display: block;
    font-size: 16px;
    color: #999999;
    width: 100%;
    border: none;
    margin-top: 8px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: transparent;
  }

  
  .cut-short {
    width: 50px;
  }
  
 .placeholders {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 1.3rem;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 15px;
    z-index:1;
    background:#ffffff;
    padding:0 70px 0 0;
}
.input:focus ~ .cut,
.isValid .placeholders ~ .cut,
.error-field .placeholders ~ .cut,
.select ~ .cut,
.select:not(:placeholder-shown)  .cut{
    transform: translateY(8px) ;
}


.input:focus ~ .placeholders,
.isValid .placeholders,
.error-field .placeholders,
.select ~ .placeholders,
.select:not(:placeholder-shown) ~ .placeholders {
    transform: translateY(-22px) translateX(1px) scale(0.85) ;
    padding: 0 10px 0 0;
}

.isValid .placeholders,
.error-field .placeholders,
.select:not(:placeholder-shown) .placeholders {
    color: rgba(0, 0, 0, 1) ;
}

.input:focus~.placeholders,
.isValid .placeholders,
.error-field .placeholders,
.select:focus.placeholders {
    color: rgba(0, 0, 0, 1) ;
    font-weight: 700;
    font-size: 14px;
}

  .investFor {
    position: relative;
    display: flex;
    align-items: center;
    margin: 30px 15px;
}

.investFor p{
    margin-right: 40px;
    font-size: 1.4rem;
}

.label-style{
    position: relative;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    margin-left: 12px;
    margin-bottom: 5px;
}

/* line 2197, ../scss/base/_generic.scss */
.toggle-radiobox {
    /* overflow: hidden; */
    background: rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    position: relative;
    display: block;
}
.income_range_section label{
    background: #F5F5F5;
}
.income_range_section label:first-child{
    border-radius: 5px 0px 0px 5px;
}
.income_range_section label:last-child{
    border-radius: 0px 5px 5px 0px !important;
}

.LI-gender-toggle .toggle-radiobox label{
    padding:6px 30px;
}
.toggle-radiobox label{
    background: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 5px;
}
.toggle-radiobox label {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
}
.dibetic_genderbox label{
    border-radius: 5px !important;
    margin: 5px;
    padding: 20px 8px 5px !important;
}
.dibetic_genderbox label img{
    margin-top: 5px;
}

.dibetic_form_wrapper .toggle-radiobox span{
    font-weight: 400;
    color: #999999;; 
    position: absolute;
    left: 12%;
    bottom: -60%;
}
.dibetic_form_wrapper .pincode-field{
    margin-top: 14px;
}
.dibetic_form_wrapper .label-style{
    font-weight: 400;
    font-size: 15px;
    line-height: 12px;
    color: #4F4F4F;
}

.dibetic_income_range .income-toggle .toggle-radiobox label {
    border-radius: 8px 0px 0px 8px;
    width: 13.2%;
    padding: 12px 12px;
}

.income-toggle .toggle-radiobox label:nth-of-type(2),.income-toggle .toggle-radiobox label:nth-of-type(3),.income-toggle .toggle-radiobox label:nth-of-type(4),.income-toggle .toggle-radiobox label:nth-of-type(5),.income-toggle .toggle-radiobox label:nth-of-type(6) {
    border-radius: 0;
}

.income-toggle .toggle-radiobox input.active+label {
    background: #a9ddf7;
    color: #222;
    border-radius: 0 8px 8px 0
}
.income_range_section label:first-of-type, .income_range_section label:first-of-type {
    width: 50%;
}
.income_range_section label:last-of-type, .income_range_section label:last-of-type {
    border-left: 0;
    width: 50%;
}

.toggle-radiobox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    display: block;
    z-index: -1;
    background: #4899cf;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: none;
}

.toggle-radiobox input:checked+label {
    color: #222222;
    border: 2px solid #F89C30;
    border-radius: 0px 8px 8px 0px;
}
.annIncome label{
    top: 0%;
}

.toggle-radiobox input:checked+label:first-of-type {
    border-radius: 8px 0px 0px 8px;
}

.term_income_range .input-container {
    top: -10px;
}

[class^="column-"] {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
}


.column-10 {
    width: 10%;
}

.column-50 {
    width: 50%;
}
.column-15 {
    width: 14.5%;
    margin: 10px;
    float: none;
    display: inline-grid;
}

.column-33 {
    width: 33.33%;
}


.placeholder+input{
    z-index:1;
 } 

.placeholder{
        z-index: 1;
    position: absolute;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    top: 15px;
    -webkit-transition: .3s all;
    transition: .3s all;
    left:12px;  
    display:block;
 }
label span{color:red;}
.placeholder.active {
    font-size: 1.5rem !important;
    top: 0;
    top: 0;
    font-style: normal;
    display: none;
}
 .country-code .placeholder{
	left:80px;
   }            
   .lifgoal-form {
    position: relative;
    display: flex;
    text-align: center;
    padding: 10px 0;
    height:600px;
    margin-top:25px;
}

.dibetic_form_btn .lig-btn , .disp-mobile {
    font-style: normal;
    font-weight: 700;
    padding: 8px 14px;
    width: 25%;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    clear: both;
    font-family: "AllianzSansBold";
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border: 1px solid #f58120;
    display: block;
    margin: auto;
    cursor: pointer;
    background: #F89C30;
    box-shadow: 0px 7px 17px rgb(236 159 73 / 32%);
}


/* line 1510, ../scss/base/_generic.scss */

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

.lig-btn:hover {
    color: #f58120;
}

.lig-btn:hover:before {
    -webkit-transform: scale3d(13, 12, 1);
    transform: scale3d(13, 12, 1);
}

div.lig-btn input {
    font-size: 1.6rem;
    text-align: center;
    font-family: "AllianzSansBold";
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-weight: normal;
    color: white;
}

div.lig-btn:hover input {
    color: #f58120;
}

.accept-terms .error{
    margin-top:37px !important;
}
.error-field .error {
   margin-top:3px;
   z-index:0;     
}

.GoalAssure .gender-toggle .error,
.GoalAssure .nri-toggle .error {
    background: transparent;
    margin-top: 20px;
}
input[type="radio"] {
    display: none;
}
.dibetic_checkbox label{
    padding: 10px 20px;
    background: #F5F5F5;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    margin-right: 10px;
    text-align :center;
}
.dibetic_checkbox input[type="radio"] {
    margin-top: 15px;
}

.dibetic_checkbox [type="radio"]:checked + label,
.dibetic_checkbox [type="radio"]:not(:checked) + label{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    top: 25%;
}
.dibetic_checkbox  [type="radio"]:checked + label:before,
.dibetic_checkbox  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10px;
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 100%;
    background: #C4C4C4;
}
.dibetic_checkbox  [type="radio"]:checked + label:after,
.dibetic_checkbox  [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #F89C30;
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dibetic_checkbox  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.dibetic_checkbox [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.dibetic_checkbox input:checked+label {
    color: #222222;
    border: 2px solid #F89C30;
}
.dibetic_income_range{
    padding: 14px 15px;
    margin-top: -12px;
}
.whatage_label{
    position:absolute;
	left:34px;
	font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #4F4F4F;
	top:14px;
}
.dibetic_form_wrapper .ui-datepicker-trigger {
    display: none !important;
}
 sup{
	font-size: 10px;
    font-weight: 100;
}
/* term condition popup */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 45%; /* Could be more or less, depending on screen size */
    border-radius: 10px;
  }
  
  /* The Close Button */
  #dibetic_termModal .close {
    padding: 10px;
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  #dibetic_termModal .close:hover,
  #dibetic_termModal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  #dibetic_termModal .termpopup_head{
    color: #fff;
    font-size: 24px !important;
    text-align: center;
    width: 100%;
    background: #0072bc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 0px;
  }
  #dibetic_termModal .termpopup_content{
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 20px;
  }
#dibetic_termModal .termpopup_content a {
    color: #333;
    text-decoration: underline;
}
#dibetic_termModal .termpopup_content a:hover {
    color: #0072bc;
}
.vacci_person{
	position: relative;
    top: 2px;
    left: 5px;
    }
    .thousand_disc{
        position: relative;
        top: -10px;
     }    
/* term condition popup */
.disp-mobile{
    display: none;
}
.diabetes_diagnosed{
    display: none;
}
.dibetic_income_range .income-toggle .toggle-radiobox label {
        width: 14.2%;
        padding: 12px 2px;
        display: table-cell;
        text-align: center;
    }

.desk_none{
	display:none;
}

.doc_handy_section{
	align-items: center;
    display: flex;
    justify-content: center;
}
.doc_handy_section span{
	font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #0072BC;
    background: rgba(0, 114, 188, 0.05);
	border-radius: 50px;
    padding: 8px 20px;
    margin-left: -10px;
    text-decoration: underline;
    cursor:pointer;       
}
.doc_handy_section img{
	background: #fff;
    z-index: 1;
    border-radius: 10px;
    padding: 3px;            
}
/*---------doc_handy_section popup-------   */
.customhandy-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.customhandy-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin: 30px auto;
  max-width: 97%;
}
.customhandy-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .customhandy-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.customhandy-model-main .close-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #999999;
}

@media screen and (min-width:800px){
	.customhandy-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .customhandy-model-inner{margin-top: 45px;}
}


/*-------------handy document--------------------*/
.dtp_handyrow{
    display: flex;
    justify-content: space-evenly;
    margin-bottom:20px;        
}
.dtp_handyrow>div{
    background: #FBFBFB;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    width: 45%;
}
.dtp_handudoc_title{
	font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    text-align: center; 
    margin-bottom: 25px;
}    
.dtp_handyrow p{
    font-family: 'AllianzSansBold';
    font-size: 16px;
    line-height: 117%;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #FFFFFF;
    background: linear-gradient(180deg, #2E90CF 0%, #0072BC 100%);
	border-radius: 8px 8px 0px 0px;
    padding: 10px 10px 10px 25px;
}
.dtp_handyrow ul{
	position: relative;
    left: 10%;
    padding: 10px 0px;
    width: 95%;
}
.dtp_handyrow ul li{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.03em;
    color: #4F4F4F;
    list-style: disc;
}
.doc_invisible{
	visibility: hidden;
}
.customhandy-model-main input{
	background: #F89C30;
    box-shadow: 0px 7px 17px rgba(236, 159, 73, 0.32);
    border-radius: 50px;
    font-family: 'AllianzSansBold';
    font-size: 18px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    padding:10px 25px;
    margin: 0 auto;
    display: flex;
}

/*-----------------------*/

@media (max-width: 361px){
    .dibetic_income_range .income-toggle .toggle-radiobox label {
        padding: 12px 2px;
    }
    .dibetic_form_wrapper .label-style {
        line-height: 15px;
    }
    .dibetic_checkbox label {
        padding: 10px 18px;
    }
    .dibetic_checkbox  [type="radio"]:checked + label:before, .dibetic_checkbox  [type="radio"]:not(:checked) + label:before {
        left: 8px;
    }
    .dibetic_checkbox  [type="radio"]:checked + label:after, .dibetic_checkbox  [type="radio"]:not(:checked) + label:after {
        left: 8px;
    }
    .select{
        padding: 0 0px 0 55px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    body{
        position: relative;
    }
    sup {
        font-size: 7px;
    }
    .dibetic_wrapper{
        flex-direction: column-reverse;
        padding: 20px 5px;
    }
    .flex-1, .flex-2 {
        width: 100%;
    }
    .dibetic_banner img{
        margin-top: 0;
    }
    .dibetic_form_wrapper{
        margin-left: 0px;
        margin-top: 0px;
        padding: 0px;
        background: #FFFFFF;
        box-shadow: 0px 4px 30px 4px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        margin-bottom: 10px;
    	padding-bottom: 30px;
    }
	[class^=column-] {
        padding: 0px 15px !important;
    }
    .column-50 {
        width: 50% !important;
    }
    .column-90 {
        width: 90%;
    }
     .mcolumn-100 {
            width: 100% !important;
        }
    .dibetic_genderbox label {
        padding: 15px 5px 5px !important;
    }
    .mtm-3{
        margin-top: 30px;
    }
    .dibo_banner{
        max-width: 100%;
    }
    .dibetic_disclaimer{
        position: absolute;
        bottom: 1%;
        padding: 10px;
    }
    .dibetic_form_btn .lig-btn{
        width: 40%;
        margin-bottom: 0px;
    	margin-top: 12px;
    }
    .mob_dropdown {
        top: 32%;
        left: 85%;
    }
    .modal-content {
        width: 97%;
    }
    #dibetic_termModal .termpopup_head{
        font-size: 20px;
    }
    #dibetic_termModal .termpopup_content {
        text-align: left;
        font-size: 14px;
        padding: 8px;
    }
    #dibetic_termModal .termpopup_head {
        font-size: 20px !important;
    }
    .term_discount_title{
        font-size: 12px !important;
        width: 100% !important;
        line-height:15px !important;
    }
    .term_discount_content{
        font-size: 24px !important;
        line-height:15px !important;
    }
    .term_discount_content span {
        font-size: 10px !important;
        line-height:5px !important;
    }
    .term_discount_wrapper .thousand_disc {
        font-size: 20px !important;
    }
    .width50{
        width: 50%;
    }
    .term_insurance_wrapper .upto_text {
        margin-left: 15px;
    }
    .dibetic_banner_section h1{
        font-size: 22px;
    	font-size: 20px;
        position: absolute;
        top: 90px;
        right: 0;
        left: 0;
    }
	.term_buy_online {
       visibility:hidden;
    	padding: 15px 0px !important;
    font-size:30px !important;
    line-height: 10px !important;
    }
    .term_insurance_banner_logo {
        right: 65% !important;
        width: 136px;
    }
	.country-code .placeholder {
    	left: 60px;
	}
    .country-code .selectBox .selectedValue::after{
        right:9px;
    }
	.dibetic_income_range .income-toggle .toggle-radiobox label {
        width: 14.2%;
        padding: 12px 5px;
        display: table-cell;
        text-align: center;
    }
	.error {
        font-size: 8px;
    }
.annIncome label {
    top: 8%;
}
.dtp_handyrow {
    flex-direction: column;
    margin-bottom: 0px;
}
.customhandy-model-inner {
    width: 85%;
}
.dtp_handyrow>div {
    width: 100%;
    margin-bottom: 10px;
}
.customhandy-model-main .close-btn {
    position: relative;
    color: #fff;
    right: 0px;
}
.doc_invisible {
    display: none;
}
.dibetic_form_wrapper .pincode-field {
    margin-top: -5px;
}
.input-container {
    margin-bottom: 30px;
}
.select{
	padding: 0 6px 0;
     padding-left: 56px; 
        font-size: 14px;
}  
.dibetic_income_range {
    margin-top: 0px;
}
.dibetic_banner_section h1 sup {
    font-size: 6px;
    position: relative;
    top: -4px;
}
.term_insurance_img_group img {
    display: none;
}
.custom-model-inner {
    margin-top: 35px !important;
}
.dtp_handyrow ul {
    position: relative;
    left: 10%;
    padding: 10px 0;
    width: 90%;
}
.dtp_handyrow ul {
    width: 90%;
}
    .error {
    line-height: 12px;
}
.placeholder+input{
	color: #000 !important;
}
}



.mb30{
    margin-bottom: 30px;
}
.justify_evenly{
    justify-content: space-evenly;
}
.term_insurance_img_group{
    text-align: right;
}
.term_insurance_wrapper{
    background: #fcfcfc;
}
.term_insurance_banner_logo{
    position: absolute;
    right:78%;
}
.term_discount_wrapper{
    background: #FCFDFF;
    box-shadow: 0px 0px 26px rgba(102, 102, 102, 0.195176);
    border-radius: 8px;
    padding: 25px 0px 0px;
    margin-top: 5px;
}
.term_discount_content{
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    line-height: 24px;
    color: #0072BC;
    width: 65px;
}

.term_discount_wrapper .thousand_disc{
    font-size: 24px;
}
.term_discount_content span{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.term_discount_title{
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    width: 188px;
}
.term_insurance_wrapper .bord_left{
    border-left: 1px solid #D8D8D8;
}
.term_insurance_wrapper .upto_text{
    float: left;
    margin-left: 6px;
    margin-top: 5px;
}
.term_insurance_wrapper .rupee_icon{
    font-size: 12px;
}
.expert_section{
	align-items: center;
    display: flex;
    justify-content: center;
}
.expert_section span{
	font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #0072BC;
    background: rgba(0, 114, 188, 0.05);
	border-radius: 50px;
    padding: 8px 20px;
    margin-left: -10px;
}
.expert_section img{
	background: #fff;
    z-index: 1;
    border-radius: 10px;
}
@media (min-width: 992px) and (max-width:1366px ){
     .term_buy_online{
        font-size: 22px !important;
    }
}

@media (min-width: 767px) and (max-width:992px ){
    .dibo_banner{
        max-width: 100%;
    }
    .term_insurance_wrapper {
        padding: 50px 8px;
    }
    .dibetic_form_wrapper {
        margin-left: 30px;
    }
    .term_insurance_wrapper .column-50 {
        width: 50%;
    }
    .mob_dropdown {
        top: 38%;
        left: 80%;
    }
    .select{
        padding: 0 0px 0 56px;
    }
    .column-90 {
        width: 90%;
    }
    .dibetic_income_range .income-toggle .toggle-radiobox label {
        padding: 12px 3px;
    }
    .GoalAssure .checkboxWrap1 {
        padding: 15px 10px;
    }
    .dibetic_form_btn .lig-btn {
            padding: 10px 12px;
            width: 32%;
            font-size: 12px;
    }
	.term_insurance_wrapper .flex-1 {
        width: 40%;
    }
    .term_insurance_wrapper .flex-2 {
        width:60%;
    }
    .term_insurance_wrapper h1{
        font-size:20px
    }
    .term_insurance_banner_logo {
        right: 85%;
        width: 120px;
    }
    .term_discount_content ,.term_discount_wrapper .thousand_disc {
		font-size:16px;
        line-height: 15px;
    }
	.term_discount_title {
        font-size: 10px;
        width: 55px;
    	line-height: 14px;
    }
	.term_discount_content span {
        font-size: 10px;
        line-height: 5px;
    }
    .dibetic_form_wrapper .label-style{
    	font-size: 14px;
    }
    .dibetic_form_wrapper h2{
		padding: 0px 0px 20px;
     }
	.doc_handy_section{
    	margin-bottom: 10px;
    }
    .customhandy-model-inner{
		width:85%;
     }
    .dtp_handyrow{
		flex-direction: column;
     } 
    .dtp_handyrow>div{
		width: 100%;
        margin-bottom:10px;            
     }    
     .customhandy-model-main .close-btn {
        position: relative;
        color: #fff;
    	right: 0px;
    }
    .doc_invisible{
		display:none;
    }
    .dtp_handyrow {
        margin-bottom: 0px;
    }
}

@media (max-width:350px){
	.term_insurance_banner_logo {
        width: 100px;
    }
    .placeholder{
		font-size:8px
	}
    .selectBox .selectedValue{
    	font-size:8px
    }
	.country-code .placeholder {
        left: 45px;
    }
	.term_mobile_field .selectBox .selectedValue {
        top: 3px;
    }
	.dibetic_form_wrapper .label-style {
        font-size:10px
    }
	.dibetic_income_range .income-toggle .toggle-radiobox label {
        padding: 12px 1px;
    }
    .dibetic_form_btn .lig-btn{
		font-size:12px
    }
    .dibetic_banner_section h1 {
        font-size: 16px;
    }
}
@media (max-width:320px){
.input{
font-size: 15px;
}
.placeholder+input {
    font-size: 12px;
}
.placeholder {
    font-size: 10px;
}
.documents-upload ul li, .selectBox .selectedValue {
    font-size: 10px !important;
}
.term_mobile_field .selectBox .selectedValue{
        left: -12px !important;
}
.toggle-radiobox label {
    font-size: 10px !important;
}
.callto_buys {
    width: 44% !important;
    top: 18px;
    right: 2% !important;
}
.custom-model-inner {
    margin-top: 35px !important;
}
.select {
    padding-left: 30px;
}
}
@media screen and (orientation:landscape)
and (min-device-width: 575px) 
and (max-device-width: 820px) {
   .dibetic_wrapper {
        padding: 15px 10px 30px;             
    }
        .dibetic_form_wrapper{
	 margin-left: 15px;
        padding: 5px;
            }
        .flex-1 {
    width: 40%;
}
        .flex-2 {
    width: 60%;
}
            .term_insurance_banner_logo {
    right: 88%;
    width: 10%;
}
.dibetic_banner_section h1{
	font-size: 16px;
}
.term_buy_online {
    font-size: 18px !important;
}
.term_discount_content {
    font-size: 16px;
        line-height: 10px;
}
    .term_discount_title {
    font-size: 10px;
}
        .term_discount_title {
    width: 65px;
}
            .term_discount_wrapper .thousand_disc {
    font-size: 14px;
}
.country-code .placeholder {
    left: 60px;
}
.select {
    padding: 0 4px 0 58px;
     font-size: 13px;
}
.term_mobile_field .selectBox .selectedValue {
    left: -5px;
}
    .dibetic_income_range .income-toggle .toggle-radiobox label {
    width: 1.6%;
    padding: 12px 0px;
    display: table-cell;
    text-align: center;
    font-size: 10px !important;
}
    .dibetic_form_wrapper .label-style {
    font-size: 11px;
}
    .dtp_handyrow ul {
    width: 88%;
}
.term_discount_content span {
    font-size: 9px;
    line-height: 10px;
}
.term_insurance_wrapper .upto_text {
    margin-top: -5px;
}
        .input-container {
    margin-bottom: 25px;
}
            .error {
    font-size: 7px;
}
        .annIncome label {
    position: relative;
    top: 5px;
}
        .why_bajaj_section {
    flex-direction: row !important;
}
        .key_benefits_content {
    flex-direction: row !important;
    margin-top: 0;
}
    .dibetic_banner_section h1 sup {
    font-size: 10px;
    top: -2px;
}
        .term_buy_online sup {
}
            sup {
    font-size: 6px;
}
.toggle-radiobox label {
    font-size: 10px;
}
.mb30 {
    margin-bottom: 8px;
}
}


/*============header call to buy================*/
.callto_buy{
	diaplay:none;
}
.callto_buys{
    display:block;
     width: 22%;
     z-index: 99;
    position: absolute;
    top: 20px;
    right: 2%;
}
.callto_buys img{
	 margin: 0px 8px;
}
.callto_buys>div{
   display: inline-flex;
	background:#fff;
    padding: 6px 8px 4px;
    border-radius: 8px;
        cursor: pointer;
}
.header_content {
	align-items: center;
}
.header_content , .callto_buys>div a{
	display:flex;
}
.callto_buys p{
    font-family: 'AllianzSansBold';
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #117DC3;
    display: inline-block;
}
hr{
	border: 2px solid #efefef !important;
    margin-bottom: 20px !important;
}
.custom-model-wrap:after{
	content: "";
        border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    box-shadow: 0 8px 19px #fff;
    border-bottom: 10px solid #fff;        
}
.whatwas_label{
	position: relative;
    top: -16px;
}
.whatwas_input{
	    position: relative;
    top: -20px;
} 
.dtp_product_titles{
	margin-bottom:15px;
}
.dtp_product_titles , .dtp_product_contents{
	display:flex;
    justify-content: space-evenly;
}
.dtp_product_contents img{
	margin-right:6px;
}
@media(max-width:992px){
     .callto_buys p{
		font-size: 10px;
    padding-right: 5px;
    padding-top: 0px;
      }
      .callto_buys {
        width: 38%;
            top: 18px;
    right: 0%;
      } 
    .callto_buys img {
    	max-width: 14px;
	}
     .callto_buys>div {
    	padding: 6px 0 5px;
	} 

}
/*------------------------------------*/

/*---------------header popup---------------------*/
.custom-model-call {
  text-align: right;
  overflow: hidden;
     position: absolute;
    top: 20px;
    right: 6%;
    bottom: 88%;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 340px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  <!--background: rgba(0, 0, 0, 0.6);-->
  z-index: 99;
}
.dtp_header_section .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-call:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 15px;}
        .custom-model-call{
	    top: 10px;
}
}

.cust_wrapper{
	display:flex;
    margin-bottom: 25px;            
 }        
.cust_title{
	font-size: 18px;
    font-weight: 700;
    color: #4F4F4F;
    letter-spacing: 0.02em;
    margin: 0px 0px 20px;
    display: inline-block;
    margin-left: -5px;            
}
.cust_number{
	 margin:15px 0px 10px;
}
.cust_number a{
	font-size: 1.6rem;
    color: #0072bc;
    font-weight: 700;
}
.cust_details{
	    font-size: 1.2rem;
    color: #5f5f5f;
}    
.cust_section{
	margin-left:12px;
}
.cust_wrapper img{
	position: relative;
    top: 50%;
    left: -25%;
}

}
/*---------------header popup---------------------*/
.model-open {
    overflow: unset !important;
}

.dibetic_banner_section h1 sup {
font-size: 14px;
}

/*==========timer changes===========*/
.container-countdown {
    justify-content: center;
    align-items: center;
    text-align: center;
        position: absolute;
    z-index: 99;
    top: -18px;
    right: 18%;

  }
  .invest{
    background: #0072BC 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 45px;
    width: 10vw;
  }
  .invest p{
    font: normal normal 600 14px/17px Rubik !important;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0px 20px;
  }
.heading-countdown{
     display:inline-block;
        margin: 0 10px
}
#headline-countdown{
    font-weight: normal;
    font-size: 16px;
    display:inline-block;
     color: #fff;
    text-transform: uppercase;
  }

  .li-countdown {
    display: inline-block;
    font-size: 1.5rem;
    list-style-type: none;
        padding: 15px 0px;
    /* margin-top: 1rem; */
    margin: 0px 4px;
    width: 40px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}
  
  .li-countdown span {
    display: block;
        background: #fff;
    border-radius: 8px;
    color: #0072bc;
    font-family:AllianzSansBold;
    font-size:24px;
        padding: 4px;

  }
  .timer-text{
    font-size: 10px;
    margin-top:3px;
    color: #fff;
    text-transform: uppercase;
  }
.ul-countdown{
    /* margin-left: 860px; */
    position: relative;
    display: flex;
    float: right;
    margin-right: 100px;
    align-items: center;
    margin-top: 1rem;
    align-items: baseline;
}

  @media(max-width:768px){

    .container{
        flex-direction: column;
        justify-content: space-between;
    }
    .ul-countdown{
        padding: 0px;margin-right: 10px;
    }
    .li-countdown{
		font-size : 1rem;
    		width:100%;
    max-width:40px;
    }
    .heading-countdown{
     display:block;
}
.headline-countdown{
    margin:0 0 0 8px;
    font-size:1.2rem;
    text-align:left;
    }
#headline-countdown{
font-size:10px;
        width: 55px;
        }
.Click-here p{
	display:none;
}
.callto_buys {
    right: -28% !important;
        top: 5px;
}
.li-countdown span {
	font-size: 14px;
    width: 28px;
}
.container-countdown {
	    right: 13%;
    top: -5px;
}  
 .dibetic_banner_section h1 {
    top: 72px;
}  
.timer-text {
    font-size: 8px;
}
.li-countdown {
	padding:0px;
}
.ul-countdown{
	align-items: center;
}
.callto_buys>div {
    padding: 8px 0px 5px;
}
.dibetic_banner_section h1 {
    font-size: 20px !important;
}
.dibetic_form_wrapper {
    margin-left: 0px !important;
}
.dontdalay_mob{
	display:block !important;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    color: #0072BC;
    font-size: 23px !important;
    padding: 10px 0px 20px !important;
}
.heading_desktop , .term_buy_online{
	display:none;
}
.dibetic_wrapper{
    gap: 20px;
	padding: 17px 5px 30px !important;
}
.term_discount_wrapper {
    margin-top: 0px !important;
}

  }
@media(max-width:360px){
	#headline-countdown {
    font-size: 8px;
}
.container-countdown {
    right: 10%;
}
}
@media(max-width:280px){
	.li-countdown span {
        width: 22px;
    }
    #headline-countdown {
    font-size: 7px;
}
    .li-countdown span {
    font-size: 10px;
    width: 22px;
}
    .ul-countdown {
    margin-right: -3px;
}
        .timer-text {
    font-size: 6px;
}
        .callto_buys img {
    max-width: 9px !important;
                margin: 0px 6px;
}
        .callto_buys {
    right: -35% !important;
}
        .heading-countdown {
    margin: 0 -9px;
}
}

@media(min-width:769px) and (max-width:992px){
	.callto_buys {
        right: -18% !important;
    }
}


.term_insurance_img_group img {
    width:70%;
}
.dontdalay_mob{
	display:none;
}
.term_insurance_wrapper h1 sup{
	font-size: 10px;
    position: relative;
    top: -8px;
}
.term_buy_online{
	font-size: 31px !important;

}


.term_banner_img{
     margin-bottom: -7px;
    margin-right: 36px;

    }
.term_insurance_page_header {
    font-size: 23px !important;
    padding: 0px 0px 20px !important;
}
.term_insurance_img_group{
	text-align:center;
}
.dibetic_banner_section h1 {
    font-size: 28px;
        position: relative;
    top: 0px;
}
.dibetic_form_wrapper {
    margin-left: 40px;
}    
.term_discount_content {
    font-size: 20px;
}     
.term_discount_title {
    font-size: 13px;
}  
.term_discount_wrapper .thousand_disc {
    font-size: 19px;
}                
.mb30 {
    margin-bottom: 12px;
}   
.callto_buys {
	right: -4%;
}
.term_discount_wrapper {
    top:16px;
    position: relative;
    padding: 10px 0px 0px;
}
.dibetic_wrapper {
    padding: 17px 50px 30px;
}    
.term_insurance_img_group img {
        position: relative;
    top: -7px;
}
.term_discount_content span {
    font-size: 12px;
}
.term_insurance_banner_logo{
	    position: absolute !important;
    width: 21% !important;
        top: 3% !important;
}
.term_insurance_img_group {
    text-align: right !important;
}
.term_discount_wrapper {
    top: -10px;
}
.dibetic_banner_section h1 {
    top: -9px;
}
    .term_insurance_page_header{
	padding-top: 20px !important;
}
.justify_evenly {
        justify-content: center;
}
.term_discount_wrapper {
    padding: 10px 0px 2px;
}
.disc_product{
	flex-direction: column;
            justify-content: space-evenly;
    padding: 0px 11px;
}
.term_discount_title {
        padding-left: 20px;
    text-align: center;
}
.term_insurance_wrapper .bord_left {
    padding: 0px 20px;
}
        .term_discount_content {
    position: relative;
    left: 75%;
}

.one_croretitle{
    font-family: AllianzSansBold !important;
    font-size: 25px !important;
    line-height: 23px;
    text-align: center;
    color: #0072BC;
         padding: 0px 0px !important;
}
.twocrore_subtitle{
	    padding-top: 2px !important;
    font-size: 16px !important;
}



@media(max-width:767px){
       .term_discount_content {
    position: relative;
    left: 22%;
}
    .dibetic_banner_section h1 {
    display:block;
    position: absolute;
    top: 78px;
}
     .flex-2  .form-style{
			margin-top: 75px;
            }

.term_insurance_page_header {
    font-size: 22px;
    display: block;
}
.keybenefit_align div {
    width: 100% !important;
}

        }
@media(min-width:1366px) and (max-width:1520px){
	 .toggle-radiobox label {
        font-size: 10px !important;
    }
}
@media(min-width:992px) and (max-width:1365px){
	.dibetic_income_range .income-toggle .toggle-radiobox label {
        padding: 12px 0px !important;
    }
     .toggle-radiobox label {
        font-size: 10px !important;
    }
     .toggle-radiobox input:checked+label {
        border: 1px solid #F89C30;
    }
    .dibetic_wrapper {
        padding: 17px 10px 30px;
    }   
}

@media(min-width:768px) and (max-width:1024px){
	.term_insurance_img_group {
        display: none;
	}
    .dibetic_wrapper {
    flex-direction: column-reverse;
    gap: 30px;
}    
    .term_insurance_wrapper .flex-1 , .term_insurance_wrapper .flex-2 {
    	width: 95%;
       margin:0 auto !important;
} 
      .term_discount_wrapper .justify_evenly{
			justify-content: space-evenly;
      }
      .term_discount_title {
    width: 100%;
}   
     .dibetic_banner_section h1 {
    display: block;
    position: absolute;
        top: 108px;
    left: 28%;
}   
   .flex-2  .form-style {
    margin-top: 0px !important;
}  
    .dibetic_form_wrapper h2 {
    display: block;
}                    
}

@media (max-width: 576px){
    .dibetic_income_range .income-toggle .toggle-radiobox label {
        padding: 12px 3px !important;
    }
}


.toggle-radiobox input:checked+label {
border: 1px solid #f89c30;
}        

.dibetic_income_range .income-toggle .toggle-radiobox label {
padding: 12px 1px;
}            



/* 2cr page changes 06-10-2023 */

.star_sup{
	font-size: 16px !important;
    position: relative;
    top: 3px !important;
    left: 2px !important;
}
.crore_benefits .d-dlex{
	display: flex;
    flex-wrap: wrap;
}   
.disc_product {
    padding: 5px 11px;
    width: 37%;
}
.pl0{
	padding-left:0;
} 
.dibetic_income_range .income-toggle .toggle-radiobox label {
    padding: 12px 0px;
}

 

 

@media (max-width: 576px){
.custom-model-inner {
    margin-top: 86px !important;
    }
}


/*===============1 crore replica chnages===============*/
.onecrore_replica_heading{
	font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    text-transform: capitalize;
    color: #0072bc;
    margin-bottom:5px;
}
.onecrore_replica_h1heading{
	padding-top: 0px !important;
    font-size: 26px;
    padding: 0px 0px 10px !important;
    text-align: center;
    color: #0072bc;
}
.onecrore_replica_h3heading{
	    font-size: 19px !important;
    padding: 0px 0px 10px !important;
    text-align: center;
    color: #0072bc;
}



@media (max-width: 767px){
    .onecrore_replica_h1heading , .onecrore_replica_h3heading{
    	display:block !important;
        visibility: visible;
        line-height: 34px !important;
    }
    .onecrore_replica_h1heading {
        margin-top: 5px;
        font-size: 20px !important;  
        padding: 0px 0px 0px !important;    
    }
    .onecrore_replica_h3heading{
        line-height: 24px !important;
            font-size: 14px !important;
    }
        .flex-2  .form-style {
    margin-top: 75px;
}
}

/*==========womens banner heading chnaged==================*/

.heading_mobile{
	display:none;
}
@media (max-width:767px){
.womens_term_header{
	display: inline-block;
    margin-bottom: 35px;
}
	.heading_mobile{
	display:block !important;
}
	.heading_desktop{
	display:none !important;
}
.dibetic_banner_section h1 {
    top: 75px;
}

.term_buy_online {
    font-size: 24px !important;
    visibility: visible;
    display: block;
    line-height: 25px !important;
}
.term_insurance_page_header {
    font-size: 22px;
    visibility: hidden;
}

}

@media (min-width: 768px) and (max-width: 1024px){
		.heading_mobile{
	display:block !important;
}
	.heading_desktop{
	display:none !important;
}
.dibetic_banner_section h1 {
    display: block;
    position: absolute;
    top: 106px;
    left: 10%;
    width: 75%;
    margin: 0 auto;
}
.flex-2  .form-style {
    margin-top: 88px;
}

}
/*=================Premium Heading chnages 23/10/2023======================*/
.premium_heading{
	font-size: 24px !important;
}

@media (max-width:767px){
	.premium_heading{
	font-size: 15px !important;

}
    .flex-2 .form-style {
    margin-top: 15px;
}
.premium_heading sup , .term_buy_online sup {
    font-size: 8px !important;
}

}
@media (max-width:280px){
    .premium_heading {
        font-size: 11px !important;
    }
    .onecrore_replica_h3heading {
    line-height: 14px !important;
    font-size: 10px !important;
}
    .premium_heading sup, .term_buy_online sup {
    font-size: 6px !important;
}
}


/*============hedaing chnages============*/

@media (max-width:767px){
	.term_buy_online {
    font-size: 16px !important;
    visibility: visible;
    display: block;
    line-height: 14px !important;
}
.term_insurance_page_header {
    padding-top: 12px !important;
}
}






.spg_campaign_popup .modal , .spg_campaign_popup .modal2, .spg_campaign_popup .modal3 , .spg_campaign_popup .modal4 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.spg_campaign_popup .modal-content   {
  margin: auto;
  padding: 35px;
  border: 1px solid #888;
  width: 40%;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  text-align: center; 
}

.spg_campaign_popup .modal-content p{
  font-style: normal;
  font-weight: 400;
   font-size: 24px;
   line-height: 117%;
   text-align: center;
   color: #4F4F4F;
}
.spg_campaign_popup .modal-content input{
    font-size: 18px;
    color: #000000;
	background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 6px;
    padding: 10px 50px;
    margin: 40px 20px 15px;
        cursor: pointer;
}
.spg_campaign_popup .modal2 .modal-content input , 
.spg_campaign_popup .modal3 .modal-content input,
.spg_campaign_popup .modal4 .modal-content input{
	font-size: 16px;
    padding: 10px 12px;
}
.spg_campaign_popup input:hover{
	border: 2px solid #F89C30;
    color: #0072BC;
}

/* The Close Button */
.spg_campaign_popup .close  {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.spg_campaign_popup .close:hover,
.spg_campaign_popup .close:focus{
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#error{
	text-align:left;
    margin-top: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 9px;
    color: #CC0022;
}



.modal_box {
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:1;
  opacity: 0;
  visibility: hidden;
}

.modal_box:after {
  content:'';
  display:block;
  width:100%;
  height:100%;
  position: absolute;
  left:0;
  top:0;
  background:rgba(0,0,0,0.5);
}

.modal_content {
  max-width:600px;
  margin: 0px auto;
  background:#ffffff;
  margin-top: 50px;
  border:1px solid #dddddd;
  box-shadow:0 0 5px #dddddd;
  border-radius:4px;
  position: relative;
  z-index:1;
  transition:all 0.4s linear;
  -webkit-transition:all 0.4s linear;
  transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  opacity: 0;
  
}

.modal_header,.modal_footer,.modal_body {
  padding:15px;
  color:#565656;
}

.modal_header {
  border-bottom: 1px solid #dddddd;
}

.modal_footer {
  text-align: right;
  border-top:1px solid #dddddd;
}

.modal_footer a {
  display: inline-block;
  padding:10px 20px;
  background: skyblue;
  color:#ffffff;
  font-size:14px;
  border-radius: 5px;
}

.modal_body {
  font-size:14px;
  line-height: 22px;
}

.modal_box.active .modal_content {
  opacity: 1;
  transform:none;
  -webkit-transform:none;
}

.modal_box.active {
  opacity: 1;
  visibility: visible;
}

.modal_open {
  display: inline-block;
  background:#333333;
  padding:20px;
  color:#ffffff;
  font-size:17px;
  border-radius:4px;
}

@media (max-width: 767px){

.spg_campaign_popup .modal-content {
    margin: auto;
    padding: 35px;
    border: 1px solid #888;
    width: 98%;
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.25);
    border-radius: 8px;
    text-align: center;
}

.spg_campaign_popup .modal-content input {
    font-size: 18px;
    color: #000;
    background: #fff;
    border: 2px solid #999;
    border-radius: 6px;
    padding: 10px 20px;
    margin: 40px 4px 15px;
    cursor: pointer;
}

.spg_campaign_popup .modal-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 117%;
    text-align: center;
    color: #4f4f4f;
}

.spg_campaign_popup .modal2 .modal-content input, .spg_campaign_popup .modal3 .modal-content input, .spg_campaign_popup .modal4 .modal-content input {
    font-size: 12px;
    padding: 10px 10px;
}
}



.term_discount_wrapper{
	width: 80.0%;
    margin: 0 auto;
    padding: 10px 0px 10px;
}

   .crore_benefits .justify_evenly {
    justify-content: center;
}
.disc_product {
    padding: 5px 11px;
    width: 38%;
}
.term_discount_title {
    padding-left: 10px;
    text-align: center;
   font-size: 14px;
}
.term_discount_content {
    position: static;
    left: 0;
}
 .disc_product {
    align-items: center !important;
    position: relative;
}
.term_insurance_wrapper .bord_left {
    border-left: none;
}
.disc_product::after {
    content: "";
    width: 1px;
    height: 50px;
    background: #d8d8d8;
    position: absolute;
    left: 110%;
    top: 10px;
}
.crore_benefits .disc_product:last-child::after {
	content: "";
    width: 0px !important;
}
.crore_benefits .d-dlex {
    display: flex;
    flex-wrap: nowrap;
}
.four_column_disc .d-dlex {
    flex-wrap: wrap !important;
}
.four_column_disc .disc_product:nth-child(2)::after {
	content: "";
    width: 0px !important;
}

@media (max-width: 767px){
.term_discount_wrapper {
    width: 98% !important;
    margin: 0 auto;
    padding: 10px 0 10px;
}
.term_discount_content {
    font-size: 18px !important;
}
    .term_discount_title {
    font-size: 11px !important;
    width: 100% !important;
    line-height: 8px !important;
    margin-top: 8px;
}
.disc_product {
    padding: 5px 11px;
    width: 50%;
}
}