/* MOUSE Varibles */
@font-face {
    font-family: 'AllianzSans';
    src: url("../fonts/Allianz Sans.eot");
    src: url("../fonts/Allianz Sans.eot?#iefix") format("embedded-opentype"), url("../fonts/Allianz Sans.woff2") format("woff2"), url("../fonts/Allianz Sans.woff") format("woff"), url("../fonts/Allianz Sans.svg#Allianz Sans") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}
@font-face {
    font-family: 'AllianzSansBold';
    src: url("../fonts/Allianz Sans Bold.eot");
    src: url("../fonts/Allianz Sans Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Allianz Sans Bold.woff2") format("woff2"), url("../fonts/Allianz Sans Bold.woff") format("woff"), url("../fonts/Allianz Sans Bold.svg#Allianz Sans Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body {
    height: 100%;
    font-family: "AllianzSans";
    font-size: 1.3rem;
    background: white;
    overflow-x: hidden;
}
a,
a:hover {
    text-decoration: none;
    outline: none;
    color: #f89c30;
}
img {
    border: none;
}
html {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}
input {
    outline: none;
}
header,
section {
    float: left;
    width: 100%;
    clear: both;
}
input::-ms-clear {
    display: none;
}
:root{
  --line-border-fill:#3498db;
  --line-border-empty:#e0e0e0;

    --color:  oklch(86.63% 0.25 148.01);
    --line-border-empty: oklch(76.63% 0.25 148.01);
    --text-empty:        oklch(71.63% 0.25 148.01);
    --line-border-fill:  oklch(64.29% 0.26 360);
    --text-fill:         oklch(46.63% 0.25 148.01);
}
*,
::after,
::before {
    box-sizing: border-box;
}
.row {
    width: 100%;
    float: left;
}
.row:before,
.row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
[class^="column-"] {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
}
/*Header-------------------------------------------------------*/
header {
    padding: 20px 0;
    background: linear-gradient(180deg, #2E90CF 0%, #0072BC 100%);
    position: relative;
    z-index: 2;
    box-shadow: 0px 4px 10px 0px #00000026;
}
header .navWrap {
    display: -webkit-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .navWrap .logo {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 226px;
}
header .navWrap .logo img {
    width: 100%;
}
/**/

/*form UI -----------------------------------------------------*/
.form-control:focus-visible {
    outline: none !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 15px 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -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;
}


.checkbox.round{display: none ;}
.checkboxCell label {
    border: 1px solid #dfe6ef;
    margin: 10px 0;
    cursor: pointer;
    color: #0072bc;
    background:#ffffff;
    padding: 10px;
    border-radius:10px;
    width: 100%;
    font-family:'AllianzSansBold';
    font-size: 1.6rem;
}
.button-group{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin: 20px 0;
}
.btn.btn-orange{
    display: block;
    min-width: 150px;
    padding:13px 10px;
    border-radius: 30px;
    /* background: linear-gradient(93.57deg, #FF7500 12.32%, #FF9B25 107.51%); */
    background: #F89C30;
    color: #fff;
    border:1px solid #F89C30;
    font-size: 20px;
    font-family: 'AllianzSansBold';
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    box-shadow: 0px 7px 17px 0px #EC9F4952;
}
.btn.btn-orange.white{
    background: #fff;
    color: #f89c30;
}

.btn.btn-orange:hover{
    background: #fff;
    color: #f89c30;
    border:1px solid #F89C30;
}

.btn.btn-orange.white:hover{
   background: #F89C30;
    color: #fff;
    border:1px solid #F89C30;
}

.formGroup{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 15px;
}
.formGroup span{
    font-size: 14px;
    color: #999999;
    font-family:'AllianzSansBold';
    line-height: 16.22px;
    letter-spacing: 0.9px;
}
.form-label{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 16.22px;
}

.form-control{
    border-color: #D8D8D8;
    border-radius: 6px;
    padding: 10px;
    min-width: 300px;
    border: 1.01px solid #D8D8D8;
    position: relative;
    z-index: 5;
    background: transparent;
}
.form-control:focus{
    background-color: transparent;
}
.form-control::placeholder{
    color: #AFAFAF;
}
span.errorMsg{
    position: absolute;
    left: 20px;
    font-size:12px;
    color: salmon;
    font-family: 'AllianzSans';
    bottom: -20px;
}
.errorMsg::before {
  content: "";
  background-image: url(../images/error.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  position: absolute;
  left: -20px;
  top: 1px;
}
/*Modal ---------------------------------------------------------*/
.modal-body h4{
font-family:'AllianzSansBold';
font-size: 18px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: center;

}
.modal-body h4 span{
 font-family: 'AllianzSans';
font-size: 14px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
}
.modal-body .form-control{
    min-width: 160px;
}
/**/
/*Body css ----------------------------------------------------*/
.emandate{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.leftSide{
    width: 15%;
    background: #D9D9D9;
    opacity: 10%;
}

.rightSide{
    padding: 50px 50px 50px 80px;
    width: 85%;
}
.rightSide h2{
    font-family: 'AllianzSansBold';
font-size: 32px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: center;
color: #333333;
}
.rightSide .accordion-button{
font-size: 24px;
font-weight: 400;
line-height: 24px;
font-family: 'AllianzSans';
letter-spacing: 0em;
text-align: left;
color: #0072bc;
border-bottom: 0;
position: relative;
margin: 2.5rem 0;
text-transform: capitalize;

}
.rightSide .accordion-button img{
    width: 40px;
    height: auto;
}
.rightSide .accordion-button::after{
    --bs-accordion-btn-icon-width:1.75rem;
    background-image: url(../images/down-arrow.png);
}
.rightSide .accordion-button::before{
    content: '';
    position: absolute;
    bottom: 10px;
    border-bottom: 3px solid #F58220;
    width: 50px;
    height: 3px;
    left: 65px;
    border-radius: 46px;
}
.rightSide .accordion-button:focus,.rightSide .accordion-button:not(.collapsed){
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    background-color: transparent;
}

.emandate .rightSide .accordion-header{
    position: relative;
}

.rightSide .accordion{
    border: 0;
    --bs-accordion-border-color: unset;
}

.rightSide .accordion-item{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.rightSide .accordion-item:last-child{
    border-bottom: 0px;
}
.rightSide .accordion-body{
    padding:1rem 1rem 3rem 1rem;
}
.refNo {
    position: absolute;
    top: 15px;
    right: 45px;
}
.refNo p{
    font-family:'AllianzSans';
font-size: 14px;
font-weight: 400;
line-height: 16.22px;
text-align: right;
margin-bottom: 0;
color: #666666;
}
.refNo p span{
    color: #000;
}


/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  [tooltip]::before,
  [tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  [tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    text-align: center;
    min-width: 21em;
    width: 100%;
    /* white-space: nowrap;
    overflow: hidden; */
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 12px;
    font-weight: 400;
    font-family: 'AllianzSans';
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 15px;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #fff;
    color: #666;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  [tooltip]:hover::before,
  [tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  [tooltip='']::before,
  [tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: UP */
  [tooltip]:not([flow])::before,
  [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #fff;
  }
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
  }
  [tooltip]:not([flow])::before,
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::before,
  [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
  }
  
  /* FLOW: DOWN */
  [tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #fff;
  }
  [tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
  }
  [tooltip][flow^="down"]::before,
  [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
  }
  
  /* FLOW: LEFT */
  [tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #fff;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
  }
  [tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
  }
  
  /* FLOW: RIGHT */
  [tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #fff;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
  }
  [tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-vert {
    to {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
  
  @keyframes tooltips-horz {
    to {
      opacity: 1;
      transform: translate(0, -50%);
    }
  }
  
  /* FX All The Things */ 
  [tooltip]:not([flow]):hover::before,
  [tooltip]:not([flow]):hover::after,
  [tooltip][flow^="up"]:hover::before,
  [tooltip][flow^="up"]:hover::after,
  [tooltip][flow^="down"]:hover::before,
  [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
  }
  
  [tooltip][flow^="left"]:hover::before,
  [tooltip][flow^="left"]:hover::after,
  [tooltip][flow^="right"]:hover::before,
  [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
  }
  .mandateValue{
    position: absolute;
    line-height: 12px;
    margin-top: 5px;
    max-width: 280px;
  }
  .mandateValue p{
    font-family: 'AllianzSansBold';
font-size: 12px;
font-weight: 700;
line-height: 14px;
text-align: left;
margin-bottom: 0.2rem;
color: #666666;
  }
  .mandateValue span{
    font-family: 'AllianzSans';
font-size: 10px;
font-weight: 300;
letter-spacing: 0;
line-height: 13px;
text-align: left;
color: #333;
  }

.accountDetails input[type="radio"]{
    display: block;
    border-radius: 2px;
}  
.accountDetails label{
    font-family: 'AllianzSansBold';
    font-size: 14px;
}
 .bankDetails p{
    font-family: 'AllianzSans';
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #666;
}
 .bankDetails span{
color: #222;
}
/*Step View ------------------------------------------------*/
.stepCountRow{
   position: absolute;
    left: -265px;
    top: 5px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
    width: 210px;
    height: 100%;
    /* z-index: -1; */
}
.accordion-item:first-child .stepCountRow{
    /* width: 100%; */
    left: -210px;
}
.stepCountRow::after{
    content: "";
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 185px;
    width: 1px;
    content: '';
    border-left: 1px dashed rgba(0, 0, 0, 0.5);
    height: 100%;

}
.accordion-item:first-child .stepCountRow::after{
    left: 130px;
}
.accordion-item:last-child .stepCountRow::after{
    display: none;
}
.stepCount {
    font-size: 18px;
    font-family:'AllianzSansBold';
    line-height: 24px;
    /* border: 1px solid #ddd; */
    padding: 10px 17px;
    border-radius: 50%;
    background: #89D2FF;
    color: #fff;
    position: relative;
}

.stepCount.disabled{
    background: #D1D3D4;
    font-size: 18px;
    font-family:'AllianzSansBold';
    line-height: 24px;
    /* border: 1px solid #ddd; */
    padding: 10px 17px;
    border-radius: 50%;
    color: #fff;
}
.content{
    position: relative;
    /* left: -210px; */
    top: -5px;
}
.content .heading{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    font-family: 'AllianzSansBold';
    text-align: right;
    color: #666666;
    margin-bottom: 0;
    text-transform: capitalize;
}
.content .text{
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    font-family: 'AllianzSans';
    text-align: right;
    color: #666666;
    margin-bottom: 0;
}
.accordion-item:last-child .stepCount::after{
    content: '';
    display: none;
}


.bgImg{
    background-image: url(../images/uiw_date.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 33px;
    /* z-index: -1; */
}

.bgDrop{
    background-image: url(../images/down-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    top: 33px;
    /* z-index: -1; */
}

.formGroup .note{
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px;
letter-spacing: 0em;
text-align: center;
color:#666;
margin-bottom: 0;
}
.formGroup .note a{
    color: #407BFF;
}

.ifscRow p{
font-size: 14px;
font-family:'AllianzSansBold';
line-height: 18px;
letter-spacing: 0px;
text-align: left;
color: #333333;
}
.ifscRow p span{
font-size: 14px;
font-family:'AllianzSans';
line-height: 18px;
letter-spacing: 0px;
text-align: left;
}

input[type="radio"]{
    display: none;
}

.ifscButton input ~ label {
    border: 1px solid #999999;
    padding: 8px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-family: 'AllianzSansBold';
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #999999;
    pointer-events: all;
    cursor: pointer;
}

.ifscButton input:checked ~ label{
    border: 1px solid #005DAC;
    background: #F2FAFF;
    color: #005DAC;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.paymentOption input ~ label {
    border: 1px solid rgba(153, 153, 153, 1);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'AllianzSansBold';
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #999999;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.paymentOption input:checked ~ label{
    border: 1px solid #F58220;
    background: #FFFDFA;
    color: #F58220;
}

p.disclaimer{
    margin-top: 50px;
}

.disclaimer{
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .01em;
    font-family: 'AllianzSans';
    text-align: justify;
    color: #666666;
}


/*Success Message*/
.registration{
    position: relative;
    display: block;
    margin: 30px 0;
}

.successRow{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.failRow{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.contentRow {
    position: relative;
    display: block;
    text-align: center;
    margin: auto;
}
.contentRow h3{
font-size: 32px;
font-weight: 700;
line-height: 41.6px;
letter-spacing: 0.02em;
text-align: left;
font-family: 'AllianzSansBold'; 
color: #045EA8;   
}
.contentRow img{
    width: 90px;
    height: auto;
}
.failRow .infoRow p:first-child{
    width: 10%;
 } 
 .failRow .infoRow p:last-child{
    width: 90%;
 }  
.infoRow{
    position: relative;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin: 30px auto;
    width: fit-content;
    min-width:390px;
}

.infoRow p:first-child{
    font-family: 'AllianzSansBold';
font-size: 16px;
font-weight: 700;
line-height: 20px;
text-align: left;
color: #303030;
}

.infoRow p span{
    font-family: 'AllianzSans';
font-size: 10px;
font-weight: 300;
line-height: 20px;
text-align: left;
color: #303030;
}
.infoRow p:last-child{
    font-family: 'AllianzSans';
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #757575;
}

footer{
    position: relative;
    display: block;
    background: linear-gradient(180deg, #2E90CF 0%, #0072BC 100%);
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    /*max-width: 900px;*/
    margin:20px auto;
}
.tollFree{
    width: 27.33%;
}

.tollFree:nth-of-type(2){
    border-right:2.5px dashed rgba(255,255,255,0.6);
    width: 35.33%;
    padding-right: 30px;
}
.tollFree:last-child{
    width: 25%;
}
.tollFree:last-child img{
    width: 76px;
}
.tollFree img{
    width: 40px;
    height: auto;
}

.tollFree p{
    font-family: 'AllianzSans';
font-size: 14px;
font-weight: 400;
line-height: 30.8px;
text-align: left;
margin-bottom: 0;
color: #fff;
}
.tollFree h4{
    font-family:'AllianzSansBold';
font-size: 20px;
font-weight: 700;
line-height: 20.2px;
text-align: left;
color: #fff;
}
.tollFree span{
    font-family: 'AllianzSans';
font-size: 14px;
font-weight: 300;
line-height: 20.8px;
text-align: left;
margin-bottom: 0;
color: #fff;
}