body, html {
    font-family: Mulish, sans-serif !important;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    /* overflow-x: hidden; */
}
    .login-nav {
    margin: 0;
}
.about_us .about_banner .banner-txt {
    position: absolute;
    left: 20%;
    top: 8%;
    width: 30%;
    padding: 19px;
    background: rgba(0, 0, 0, .81);
}
.about_us .about_banner .banner-txt p {
    color: #FFF;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
}
.about_us .we_do h2, .about_us .we_do p{
        padding: 0;
    padding-bottom: 2rem;
}
.about_us .vision{
    background: url(https://www.icicilombard.com/includes_new/images/o_bg.jpg);
}
.about_us .about_banner .banner-txt h2{
        font-size: 28px;
}
 .il-tab-head {
    display: flex;
    border-bottom: 1px solid gray;
    position: relative;
}

.il-tab-content-body {
    position: relative;
    padding: 3rem 0;
    border-radius: 0 0 10px 10px;
}

.il-tab-content-body .il-tab-content {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    position: relative;
     -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.il-tab-content-body .il-tab-content.active{
    display: block;
     -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    z-index: 1;
}
.il-tab-head li {
    padding: 1.5rem 2.5rem;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: gray;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.il-tab-head li.active {
   color: #97291E;
    border-bottom: 2px solid #053C6D;
}
.il-tab-head li.tab-bar {
    position: absolute;
    height: 3px;
    padding: 0;
    background: orange;
    top: 100%;
    z-index: 4;
    left: 0;
}
.il-tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}
.il-tab-head li.tab-bar:after {
    display: none;
}
.il-tab-head li {
        min-width: 13.7rem;
    }

.il-tab-head li.tab-bar{
    display: none;
}
.il-tab-head {
    justify-content: center;
    gap: 3rem;
        border: none;
}
.il-tab-head li{
    color: #97291E;
    text-transform: uppercase;
    font-size: 2rem;
}
.il-tab-head li {
    min-width: max-content;
    padding: 1.5rem 0 1rem;
}
.about_us .awards p{
    font-size: 16px;
}
.awards a, .careers .area_opp a, .careers .area_opp a.btns{
        font-size: 16px;
}
.about_us .social{
    background: url(https://www.icicilombard.com/includes_new/images/s_bg.jpg) no-repeat #f0efe7;
}
.about_us .social h2{
        font-size: 32px;
}
.about_us .awards h2 {
    font-size: 32px;
}
.about_us .our_team h2 {
    font-size: 32px;
}
.about_us .our_team p{
        font-size: 18px;
}
.mile_stone_text h3 {
    font-size: 32px;
}
.about_us .corp_msg h2 {
    padding-bottom: 30px;
    font-size: 32px;
}
.about_us .vision h2{
        font-size: 32px;
}
.info-wrap{
    bottom: auto;
}
.fy-select-block .select-input-block {
    max-width: 150px;
    width: 100%;
}

.fy-select-block .selected-opts {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
}

.fy-select-block .dropdown-block .dropdown:after {
    top: 15px;
}
.select-input-block.media-cov-year {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}

.about-data-wrap {
    margin: 80px 0 0;
}
/* custom select start */
.dropdown {
    border: 1px solid gray;
    border-radius: 0;
    position: relative;
    height: 4.5rem;
}

.dropdown:hover {
    border-color: #282828;
}

.dropdown label,
.dropdown-block label {
    font-size: 1.2rem;
    font-weight: 700;
    color: lightgray;
    position: relative;
    background-color: #fff;
    transition: .3s all ease;
    pointer-events: none;
    padding-bottom: 0.3rem;
    display: block;
}

/*.dropdown-block.active .dropdown,
.dropdown:focus-visible,
.dropdown:active {
    border: 2px solid orange;
}*/

/*.dropdown-block.active label,
.dropdown:active label {
    color: orange;
}*/

.dropdown-block .dropdown:after {
    content: "";
    position: absolute;
    top: 14px;
    right: 1.7rem;
    width: 1rem;
    height: 1rem;
    border: 2px solid #282828;
    border-right-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    padding: 0;
    pointer-events: none;
}

.dropdown-block.active .dropdown:after {
    top: 17px;
    border: 2px solid gray;
    border-left-width: 0;
    border-bottom-width: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.selected-opts {
    padding: 1.5rem 3.5rem 1.5rem 2rem;
    width: -webkit-fill-available;
    font-size: 14px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    outline: none;
    border: none;
    height: 100%;
}
.selected-opts-label {
    padding: 1.5rem 3.5rem 1.5rem 1.5rem;
    width: -webkit-fill-available;
    font-size: 14px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    outline: none;
    border: none;
    height: 100%;
}


.custom-dropdown-list {
    display: none;
    overflow-y: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: relative;
    z-index: 99999;
    background: #fff;
    overflow-y: auto;
    height: auto;
    max-height: 150px;
/*    top:1px;*/
}

.custom-dropdown-list li {
    font-size: 16px;
    line-height: 2rem;
    font-weight: 700;
    color: #282828;
    background: #fff;
    width: 100%;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid lightgray;
}

.custom-dropdown-list li a {
    display: block;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    word-break: break-word;
    color: #282828;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    font-size: 14px;
}

.custom-dropdown-list li:hover {
    background: lightgray;
}

/*.custom-dropdown-list li.select-list {
    background: lightgray;
}*/

/*.custom-dropdown-list li.select-list:before {
    content: url(/docs/default-source/assets/kyc/images/selected-right-icon.svg);
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 48px;
    height: -webkit-fill-available;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.dropdown-block.onfocus label {
    font-size: 12px;
    line-height: 1.5rem;
    font-weight: 700;
    top: -7px;
    left: 9px;
    padding: 0 7px;
    z-index: 2;
    transition: .3s all ease;
}

.dropdown-sm .dropdown {
    width: fit-content;
    height: 4.4rem;
}

.dropdown i {
    position: absolute;
    left: 10px;
    top: 10px;
}

.dropdown-sm .selected-opts {
    height: auto;
    padding: 1.4rem 3rem 1.4rem 4rem;
    font-size: 14px;
    line-height: 1.6rem;
}
.dropdown-sm .selected-opts-label {
    height: auto;
    padding: 1.4rem 3rem 1.4rem 1.5rem;
    font-size: 14px;
    line-height: 1.6rem;
}

.dropdown-sm:not(.onfocus) .dropdown label {
    font-size: 14px;
    line-height: 1.6rem;
    left: 14px;
    top: 14px;
}

.dropdown-sm .dropdown:after {
    top: 15px;
}

.dropdown-sm.active .dropdown:after {
    top: 20px;
}

.dropdown-sm .custom-dropdown-list li {
    font-size: 14px;
}

.dropdown-sm .custom-dropdown-list li a {
    font-size: 14px;
}

.disabled .dropdown,
.disabled .dropdown:hover {
    border: 1px solid gray;
    cursor: not-allowed;
}

.dropdown-block.disabled label {
    cursor: not-allowed;
    pointer-events: none;
}

.dropdown-block.disabled .dropdown:after {
    border-color: gray;
    cursor: not-allowed;
    pointer-events: none;
}

.dropdown-block.disabled .required {
    pointer-events: none;
    border-radius: 5px;
}

/* custom select ends */

.about-data-bind .rwd-table td:before{
    display: none;
}
.about-data-bind  .rwd-table td {
    display: table-cell;
}
.about_us .media .tblz01 tr th {
    font-size: 16px;
    font-weight: 400;
    background: #053C6D;
    padding: 20px 10px;
    text-transform: capitalize;
        display: table-cell;
}
.media-year-block{
    display: none;
}
.about_us .media h2{
        font-size: 32px;
}
/*.media-year-block.july2026 {
    display: block;
}*/
    @media(max-width:767px){
        .il-tab-head li {
        min-width: 50%;
        text-align: center;
    }
    .about_us .about_banner .banner-txt{
            position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    }
    .about_us .about_banner .banner-txt h2 {
    font-size: 16px;
    margin-top: 0;
}
.about_us .about_banner .banner-txt p {
    color: #FFF;
    font-size: 12px;
    width: 100%;
    line-height: 15px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.about_us .about_banner .banner-txt a{
        padding: 6px 15px;
        font-size: 10px;
    }
    .container h2{
        font-size: 24px !important;
    }
    .about_us .we_do{
            padding: 100px 0;
    }
    .about_us .we_do h3{
        font-size: 14px;
    }
    .about_us .vision{
        padding: 100px 0;
    }
    .about_us .vision p{
        width: 100%;
            font-size: 18px;
    }
    .vdo {
    width: 100% !important;
}
.il-tab-head{
        gap: 0;
}
.about_us .awards p {
    font-size: 14px;
}
.about_us .social p{
    font-size: 14px;
}
.about_us .social a {
    font-size: 14px;
    padding: 30px 10px 0;
    display: inline;
}
    .select-input-block.media-cov-year {
        display: block;
        width: 92%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
.about_us .media .tblz01 tr th{
        font-size: 14px;
}
.about-data-bind .rwd-table td{
    font-size: 12px;
}
}
