.add_cus_caret .dropdown-toggle::after{
    display: none;
}
.add_cus_caret .cus_arr{
    position: absolute;
    top: 11px;
    line-height: 1;
    right: 4%;
    display: none;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.add_cus_caret .cus_arr span{
    vertical-align: .255em;
    content: "";
    border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    color: #fff;
}
.add_cus_caret .rmv-bg{
    background-color: transparent;
}
@media(max-width: 991px){
    .add_cus_caret .cus_arr{
        display: flex;
    }
    .add_cus_caret .rmv-bg{
        text-align: left!important;
    }
}

.width-set {
    max-width: 100% !important;
    /* padding: 1px 0; */
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.width-set1 {
    max-width: 100% !important;
    /* padding: 1px 0; */
    background-color: #fff;
    /* position: fixed; */
    width: 100%;
    z-index: 1000;
}

.wit-header .navbar {
    padding: 0px;
    box-shadow: none;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.header-cont {
    max-width: 100% !important;
    width: 100%;
    display: inherit;
    margin: 0 auto;
    padding: 0 15px;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    left: 0;
    min-height: 66px;   /* Minimum height for the header added for L&T white label */
}

.entheader .menu_icons{
    display: none;
}
.dropdown-toggle::after{
    display: none;
}

.wit-header .dropdown-menu{
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 12px 16px;
    border-radius: 0px;
    min-width: 260px;
    z-index: 1090;
    float: none;
    margin-top: 0;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
}

.wit-header .header-user-login-dropdown .dropdown-menu {
    top: 34px;
}

.wit-header .header-user-login-dropdown .dropdown-menu-right{
    top: 40px;
}

.wit-dropdown-panel .dropdown-menu.dropdown-menu-right {
    right: 0px !important;
}


@media (min-width: 1200px){
    
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: fixed;
        top: 68px;
        left: 0;

    }
    .entheader.wit-header .nav-item, .entheader #main_navbar {
        position: initial;
    }
    .entheader.wit-header .main-drop .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .entheader.wit-header .main-drop .dropdown-menu{
        width: 100%;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.25s height ease-in-out, 0.25s visibility ease-in-out, 0.25s opacity ease-in-out;
        border-top: 1px solid #ccc;
    }
    .entheader.wit-header .main-drop .dropdown-menu ul {
        max-width: 1170px;
        margin: 0 auto;
        padding: 15px;
        min-height: 200px;
        display: grid;
        column-gap: 20px;
        grid-template-columns: auto auto auto;
    }
    .entheader.wit-header .main-drop .dropdown-menu ul li {
        list-style: none;
        margin-bottom: 30px;
    }
    .entheader.wit-header .main-drop .dropdown-item {
        padding: 0px;
        color: #2a2e7a;
        font-size: 18px;
        font-family: ubuntu-bold;
        font-weight: 600;
        border: 0px;
        background: none !important;
        padding-bottom: 15px;
        position: relative;
        display: inline;
    }
    .entheader.wit-header .main-drop .dropdown-menu p {
        padding-top: 10px;
    }
    .entheader.wit-header .main-drop .dropdown-item::after {
        position: absolute;
        bottom: 9px;
        left: 0px;
        background: #2a2e7a;
        width: 0px;
        height: 1px;
        transition: all 0.3s ease 0s;
        content: '';
    }
    .entheader.wit-header .main-drop .dropdown-item:hover::after {
        width: 100%;
    }
    .entheader .navbar-expand-xl .navbar-nav .nav-item .nav-link {
        padding: 23px 17px;
    }
}

@media (max-width: 1200px){
    .header-cont{
        display: contents;
    }
    .dropdown-toggle::after{
        display: block;
        position: absolute;
        right: 23px;
        margin-top: 8px;
    }

    .wit-header .dropdown-menu{
        background-color: transparent;
    }
    .wit-header .dropdown-item{
        color: #fff;
        border-bottom: none;
    }

    .wit-header .dropdown-menu-right{
        background-color: #fff;
    }
    .wit-header .dropdown-menu-right .dropdown-item{
        color: #212529;
    }
    .wit-header .dropdown-menu ul{
        padding-inline-start: 0;
    }
    .wit-header .dropdown-menu ul li{
        list-style: none;
    }
    .wit-header .dropdown-menu ul li p{
        display: none;
    }
    
}

.width-set-footer{
    max-width: 100% !important;
    /* padding: 1px 0; */
    background-color: #fff;
    /* position: fixed; */
    width: 100%;
    z-index: 1000;
}

.wit-footer .width-set{
    background-color: #f7f7f7 !important; 
}
.wit-footer .wit-footer-pdTB60 {
    padding: 48px 80px 36px;
    /* position:unset; */
}
.wit-footer .wit-footer-pdTB40 {
    padding: 30px 80px;
}
@media screen and (max-width: 799px) {
    .wit-footer .wit-footer-pdTB60 {
        padding: 40px 24px !important;
    }
    .wit-footer .wit-footer-pdTB40 {
        padding: 40px 24px !important;
    }
}

.not-clicked{
    pointer-events: none !important
}