@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');
@font-face {
    font-family: 'zurich_cn_btregular';
    src:  url('../fonts/zurich-cn-bt-webfont.woff2') format('woff2'),
          url('../fonts/zurich-cn-bt-webfont.woff') format('woff'),
          url('../fonts/zurich-cn-bt.ttf'),
          url('../fonts/zurich-cn-bt-webfont.eot'),
          url('../fonts/zurich-cn-bt-webfont.eot?#iefix') format('embedded-opentype');
  }

body{
    /*font-family: 'zurich_cn_btregular';*/
    font-family: Mulish, sans-serif !important;
    color:#043c6b;
}
.bspace {
    height: 0px;
    clear: both !important;
    margin: 0;
}
.txt-sections{
    padding:0 70px;
}
.header{
    display: flex;
    background-color: #fff;
    align-items: center;
    height: 71px;
}
.logo{
    position: relative;
    width: auto;
    height: 51px;
    padding-left: 30px;
}
.slider-form-wrap{
    background-color: #f5f5f5;
    display: flex;
}
.slider-wrap{
    display: inline-block;
    width: 60%;
}
.slider-wrap img{
    width: 100%;
    height: auto;
}
.form-wrap{
    width: 40%;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
    margin-left: 10px;
}
.form-title{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background-color: #ee7d21;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.form-title-with-no-bg {
    font-weight: 700;
    font-size: 20px;
    color: #ee7d21;
    /*background-color: #ee7d21;*/
    text-align: left;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.joining-fees {
    text-align: center;
    /*margin-bottom: 10px;*/
    line-height: 1.4;
    font-size: 20px;
    
}
.joining-fees-sub-head {
    text-align: center;   
}

.joining-fees span {
    color: #ee7d21;
    font-weight: 700;
}

.margin-boton-30 {
    margin-bottom: 30px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-boton-10 {
    margin-bottom: 10px;
}
.form-title-with-no-bg .header-icon {
    width: 5%;
}
.form-wrap form{
    padding: 0 15px;
}
.inputfull{
    width: 100%;
}
.pcode{
    width: 20px;
}
.ben-img{
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* .ben-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
} */
.title{
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
}
.overview-wrap{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #bfbfbf;
}
.overview-wrap p{
    font-size: 18px;
    margin-bottom: 0;
}
.benefits-wrap{
    /*border-bottom:1px solid #bfbfbf;*/
    margin-bottom: 20px;
}
.benefits-wrap p{
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}
.card-wrap{
    padding:0 150px 30px 150px;
    border-bottom:1px solid #bfbfbf;
    margin-bottom: 20px;
}
.card-img img{
    width: 100%;
}
/* .tc-wrap{
    margin-bottom: 30px;
} */
.tc-wrap h5{
    font-size: 20px;
    font-weight: bold;
}
.tc-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.tc-ul li p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}
footer img{
    width: 100%;
    height: 50px;
}
form p{
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 2px;
    font-size: 12px;
}
.inputfull{
    padding: 3px 10px;
    border-radius: 5px;
    border:1px solid #bfbfbf;
    height: 30px;
}
.pincodeinput{
    background-color: #fff;
} 
.pcode{
    height: 99%;
    border-radius: 5px;
    padding-left: 5px;
    border:1px solid #bfbfbf;
}
.inputfull:focus, .pcode:focus{
    outline:none;
}
.inputbutton{
    margin-top: 20px;
    /*padding-bottom: 20px;*/
}
.submitbtn{
    background-color: #eb7e3a;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    padding: 10px 0;
    outline: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 15px;
}
/* .pincodeinput{
    padding: 3px 10px;
    border-radius: 5px;
    border:1px solid #bfbfbf;
} */
.custom-pad{
    padding-top:20px;
    padding-bottom: 20px;
}
.input-select{
    color: #043c6b;
    padding: 3px 6px;
}
/* .input-select option{
    color: #043c6b;
} */

.slider-img{
    background-position: center 25%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.carousel-indicators .active {
    background-color: #e06d1e;
}


/*Input placeholder*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #043c6b;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #043c6b;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #043c6b;
  }

/*Credit card*/
.benefit-icon-wrap{
    padding: 50px 0 20px 0;
}
.benefit-icon{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.benefit-icon img{
    width: 50px;
    margin-right: 20px;
}
.benefit-icon p{
    font-size: 24px;
    margin-bottom: 0;
    color:#f19348;
}
.benefit-txt-wrap{
    text-align: center;
    color:#000;
    background-color: #fbd3b0;
    padding: 30px 0;
    border-radius: 20px;
    margin-bottom: 30px;
}
.benefit-txt-wrap h2{
    font-size: 30px;
    font-weight: 700;
}
.benefit-txt-wrap p{
    font-size: 20px;
}
.ft-wrap{
    display: flex;
    align-items: center;
    background-color: #13487a;
    justify-content: space-between;
    padding: 0 30px;
    height: 50px;
}
.ft-wrap p{
    color: #fff;
    margin-bottom: 0;
}
.input-wrap{
    margin-bottom: 15px;
}
.input-wrap p{
    color: red;
    font-size: 12px;
}
.txt-input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    outline: none;
    padding: 5px 5px 5px 40px;
    color:#084b80;
    /* margin-bottom: 15px; */
}
.bg-input{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30px;
}
.ddl-salary{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/icons/salaryas2.png"), url("../images/down-blue.png");
    background-size: 30px, 12px;
    background-position: left top, calc(100% - 10px) center;
    background-repeat: no-repeat, no-repeat;
}
.ddl-relationship{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/icons/relationship2.png"), url("../images/down-blue.png");
    background-size: 30px, 12px;
    background-position: left top, calc(100% - 10px) center;
    background-repeat: no-repeat, no-repeat;
}
.ddl-type{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/icons/employee.png"), url("../images/down-blue.png");
    background-size: 30px, 12px;
    background-position: left top, calc(100% - 10px) center;
    background-repeat: no-repeat, no-repeat;
}
.tc-wrap{
    /*display: flex;*/
    margin-bottom: 15px;
    margin-top: 20px;
}
.tc-wrap input{
    margin-right: 10px;
}
.tcradiotext{
    font-size: 12px;
    color: #000;
    line-height: 1.2;
    display: inline-block;
}
.mobile-banner{
    display: none;
}
.form-col{
    padding:0;
}
.sticky-btn{
    display: none;
}
/*Credit card-----END*/


/*Phone*/
@media only screen and (max-width:767px){
    .txt-sections{
        padding: 0 15px;
    }
    
    .slider-wrap .slider-img{
        display: none;
    }

.form-title-with-no-bg .header-icon {
    width: 14%;
}
    .card-wrap{
        padding: 0 0 20px 0;
    }
    .ben-img{
        height: 75px;
        width: 75px;
    }
    .benefits-wrap p{
        font-size: 14px;
    }
    .header{
        height: auto;
        display: block;
    }
    .mobile-banner{
        display: block;
        width: 100%;
    }
    .logo{
        /* width: 50%;
        max-width: 210px; */
        height: auto;
        width: 170px;
        top:0;
        padding: 5px 15px;
    }
    .title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .overview-wrap p{
        font-size: 14px;
    }
    .overview-wrap{
        border-bottom: 2px solid #bfbfbf;
    }
    .benefits-wrap{
        border-bottom: none;
    }
    .top-border{
        border-top:1px solid #bfbfbf;
    }
    .right-border{
        border-right:1px solid #bfbfbf;
    }
    .bottom-border{
        border-bottom:1px solid #bfbfbf;
    }
    .left-border{
        border-left:1px solid #bfbfbf;
    }
    .card-wrap .title{
        margin-top: 30px;
    }
    .tc-wrap h5{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .tc-ul li p{
        font-size: 10px;
        line-height: 1;
    }
    

    .benefit-icon-wrap {
        padding: 30px 0 20px 0;
    }
    .benefit-icon img {
        width: 40px;
        margin-right: 15px;
    }
    .benefit-icon p{
        font-size: 20px;
    }
    .icici-landing-page-wrapper .form-wrap .form-group section > div {
        width: 100% !important;
    }
    .form-wrap {
        width: 100%;
        /* margin: auto; */
        float: none;
        border-radius: 12px;
        /*box-shadow: 0 0 20px rgb(0 0 0 / 30%);*/
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-left:0;
    }
    .form-title{
        /*border-radius: 12px;*/
        padding:10px 15px;
    }
    .slider-form-wrap{
        background-color: #fff;
    }
    .submitbtn{
        font-size: 20px;
        padding:7px 0;
        width: 100%;margin-bottom: 0;
        margin-bottom: 20px;
    }
    .tc-wrap{
        margin-bottom: 15px;
    }
    .form-col{
        padding:0 30px;
    }
    .mobile-padd{
        padding:0 20px;
    }
    .benefit-txt-wrap{
        text-align: left;
        padding:15px;
        border-radius: 15px;
    }
    .benefit-txt-wrap h2{
        font-size: 24px;
    }
    .benefit-txt-wrap p{
        font-size: 16px;
        margin-bottom: 0;
    }
    .ft-wrap{
        flex-direction: column;
        height: auto;
        padding: 15px 0;
        line-height: 2;
    }
    .ft-wrap p{
        font-size: 8px;
    }
    .sticky-btn{
        display: block;
        position: fixed;
        z-index: 1;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #fff;
        text-align: center;
        padding: 10px 0;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    }
    .sticky-btn.non-sticky{
        position: relative;
        box-shadow: none;
    }
    .btn-apply{
        background-color: #e06d1e;
        display: inline-block;
        font-size: 20px;
        color:#fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 30px;
        border-radius: 10px;
    }
    .btn-apply:hover{
        color:#fff;
        text-decoration: none;
    }
}

/*iPad*/
@media only screen and (min-width:768px) and (max-width:1024px){
    .slider-wrap{
        display: none;
    }
    .form-wrap{
        display: block;
        width: 50%;
        float: none;
        margin: 0 auto;
        margin-left: 0px;
    }
    .logo {
        height: 41px;
        top:15px;
    }
    .title{
        font-size: 30px;
    }
    .overview-wrap p{
        font-size: 16px;
    }
    .ben-img{
        height: 75px;
        width: 75px;
    }
    .benefits-wrap p{
        font-size: 12px;
    }
    .card-wrap{
        padding: 0 15px 30px 15px;
    }
    .tc-wrap h5{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .tc-ul li p{
        font-size: 12px;
    }
}

/*XL Screens*/
@media only screen and (min-width:1400px){
    .slider-wrap{
        width: 75%;
    }
    .form-wrap{
        /*width: 25%;*/
    }
    .form-wrap form{
        /*max-width: 400px;*/
    }
    .card-wrap{
        padding: 0 0px 30px 0px;
        width: 800px;
        margin: 0 auto;
        border-bottom: none;
    }
    .tc-wrap{
        padding-top: 18px;
        border-top: 1px solid #bfbfbf;
    }
    .slider-item img{
        height: 500px;
        width: 100%;
        object-fit: cover;
    }
}