#MyHeader {
    z-index: 17;
}
.top_header_section {
    background-color: #0a3c86;
    border-top: 2px solid #e62d2f;
    box-sizing: border-box;
}
.top_header_section div {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0;
    height: 35px;
}
.top_header_section div a {
    color: #fff;
    display: inline-block;
    padding: 7px 14px;
    font-size: 13px;
    margin: 0;
    line-height: normal;
    position: relative;
}
.top_header_section .down_arrow a {
    padding: 7px 18px 7px 15px;
}
.top_header_ul .down_arrow a:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    font-size: 13px;
    color: #777;
    position: absolute;
    top: 15px;
    right: 10px;
}
.top_header_section div a.active,
.top_header_section div a:hover {
    background: #030303;
    background: -moz-linear-gradient(top, #030303 0, #353535 100%);
    background: -webkit-linear-gradient(top, #030303 0, #353535 100%);
    background: linear-gradient(to bottom, #030303 0, #353535 100%);
}
.top_header_section .top_submenu {
    display: none;
    position: absolute;
    top: 35px;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;
    z-index: 1;
    border-top: 0 none;
}
.top_header_section .top_submenu a {
    display: flex;
    padding: 5px 0 5px 6px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    text-align: left;
    width: 100%;
    color: #555;
}
.top_header_section .top_submenu a::before {
    content: none;
}
.top_header_section .top_submenu a:hover {
    background: #ddd;
    color: #666;
    border-radius: 0;
}
.top_header_ul li:hover .top_submenu {
    display: flex !important;
}
.cta_bg_red {
    background-color: #e62d2f;
}
.top_header_section div .pay_emi {
    border-radius: 15px;
    padding: 2px 10px;
    margin-left: 10px;
    margin-right: 80px;
}
.top_header_section div .pay_emi:hover {
    background: #e62d2f;
}
.search-container {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    margin: 0 0 0 10px;
}
.mglass {
    display: inline-block;
    pointer-events: none;
}
.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.expandright {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.search {
    position: absolute;
    left: 49px;
    background-color: #fff;
    outline: 0;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
}
.searchbutton:hover {
    cursor: pointer;
}
.expandright {
    width: 363px;
    padding: 0 16px 0 0;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border-radius: 4px;
}
.expandright {
    left: auto;
    right: 35px;
}
.expandright {
    padding: 0 0 0 16px;
}
header {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}
navbar {
    width: 100%;
    display: flex;
    align-items: center;
}
navbar a {
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: #000;
    line-height: normal;
    border-right: 1px solid #ddd;
    padding: 5px 14.5px;
    position: relative;
}
navbar a span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    opacity: 50%;
}
navbar .sub_menu ul li span {
    opacity: 1;
}
navbar .sub_menu ul li span:last-child {
    color: #727272;
    margin: 0;
}
.logo {
    margin-right: 15px;
    width: 50%;
}
.logo img {
    width: 100%;
    height: 60px;
    margin: 10px;
}
navbar .main_menu_ul li {
    position: relative;
    padding: 35px 0;
}
navbar .main_menu_ul li:hover {
    background: #f0f2f6;
}
navbar .main_menu_ul li:hover a {
    border-right: 1px solid transparent;
}
navbar .main_menu_ul li:hover .sub_menu {
    display: block;
}
navbar .main_menu_ul {
    width: calc(100% -30px);
    display: flex;
    align-items: center;
    justify-content: end;
}
navbar .main_menu_ul li:last-child a {
    border-right: 0 none;
}
.d_block {
    display: block;
    position: absolute;
}
.sub_menu {
    display: none;
    position: absolute;
    top: 80px;
    background: #fff;
    border-top: 2px solid #e62d2f;
    width: 820px;
    box-shadow: 0 8px 8px -4px grey;
    z-index: 1;
}
.sub_menu::before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #e62d2f;
    position: absolute;
    top: -9px;
    left: 10%;
}
.sub_menu_container {
    display: flex;
}
.sub_menu_container div {
    display: flex;
    margin: 5px 15px 0 20px;
    font-size: 13px;
    width: 65%;
    padding: 20px 0;
}
.single_column_submenu .sub_menu_container div {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
.sub_menu_container div ul {
    margin: 0;
    width: 50%;
}
.sub_menu_container div ul:last-child {
    width: 50%;
}
.sub_menu_container div ul li {
    padding: 0;
}
.sub_menu_container div ul li a {
    border: none !important;
    padding: 16px 11px;
    display: flex;
    background: 0 0;
    align-items: center;
    line-height: 16px;
}
.sub_menu_container div ul li a:hover {
    border: none;
    background: #f0f2f6;
    border-radius: 7px;
}
.sub_menu_container div ul li a:hover strong {
    color: #c51214;
}
.sub_menu_container div ul li:hover {
    background: 0 0;
}
.sub_menu_container div ul li a svg {
    fill: #c51213;
}
.sub_menu_container div ul li a span {
    margin-right: 10px;
    font-size: 14px;
}
.sub_menu_container .aside_submenu {
    width: 35% !important;
    box-sizing: border-box;
    padding: 0;
}
.aside_submenu a {
    border: none !important;
    display: flex;
    padding: 0;
}
.aside_submenu a:hover {
    border: none !important;
}
.aside_submenu .apply_now {
    padding: 9px 10px;
}
.single_column_submenu {
    background: linear-gradient(180deg, #f0f2f6 0, #fff 100%);
    border-top: 2px solid #c51214;
    -webkit-box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%);
    transition: none !important;
    width: inherit;
    min-width: 275px;
}
.aside_submenu img {
    max-width: 100%;
}
.single_column_submenu a {
    display: block;
    border: none;
    padding: 14px 14px 14px 32px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 14px;
}
.single_column_submenu a:hover {
    color: #c51214;
}
.single_column_submenu .cta_bg_red:hover {
    color: #fff;
}
navbar .main_menu_ul .single_column_submenu ul li {
    padding: 0;
}
.top_header_section ul {
    display: flex;
    height: 37px;
}
.top_header_section ul li {
    display: flex;
    align-items: center;
}
.top_header_section .header_ruppe_bg {
    position: absolute;
    right: -50px;
    top: 15px;
    width: 62px;
    height: 77px;
    margin-right: 45px;
}
.header_ruppe_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub_menu_container div ul .gb_logo {
    background-color: rgba(213, 241, 255, 0.25);
    padding: 10px 24px;
    box-sizing: border-box;
    border-radius: 7px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 1280px;
}
.tab_sticky {
    position: fixed;
    top: 118px;
    width: 100%;
    z-index: 16;
}
.landing-apply-loan-header .header-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.landing-apply-loan-header header {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.landing-apply-loan-header .container::after {
    content: "";
    background-image: url(https://files.cholamandalam.com/header_right_bg_21ab2c0383.png);
    background-position: 2px 7px;
    background-repeat: no-repeat;
    width: 450px;
    height: 57px;
    max-width: 100%;
    margin-right: -25%;
}
.header_ruppe_bg {
    display: none !important;
}
@media only screen and (min-width: 980px) and (max-width: 1024px) {
    .top_header_section .down_arrow a {
        padding: 7px 18px 7px 6px;
    }
    .top_header_section div a {
        color: #fff;
        display: inline-block;
        padding: 7px 14px;
        font-size: 10px;
        margin: 0;
        line-height: normal;
        position: relative;
    }
        .top_header_ul .down_arrow a:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        font-size: 10px;
        color: #777;
        position: absolute;
        top: 13px;
        right: 6px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
    .top_header_section .down_arrow a {
        padding: 7px 18px 7px 5px;
    }
    .top_header_section div a {
        color: #fff;
        display: inline-block;
        padding: 7px 14px;
        font-size: 13px;
        margin: 0;
        line-height: normal;
        position: relative;
    }
        .top_header_ul .down_arrow a:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        font-size: 13px;
        color: #777;
        position: absolute;
        top: 13px;
        right: 6px;
    }
}
