.profile-img {
    object-fit: cover;
    width: 42px;
    height: 42px;
    border-radius: 30px;
    border: 1px solid #dddddd;
}

.top-nav {
    width: 100%;
    min-height: 30px;
    background-color: #21262b;
    padding: 0 80px;
}

.top-nav .top-menu-link {
    font-family: Inter;
    font-size: 12px;
    color: #ffffff;
}

.wit-social-media {
    border-left: 1px solid rgba(255, 255, 255, .2);
    color: #ffffff;
    font-family: Inter;
    font-size: 14px;
}

.wit-social-media .wit-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    color: #21262b;
    border-radius: 14px;
    font-size: 10px;
    margin-left: 6px;
    padding: 1px 5px;
}

.wit-social-media a:hover {
    text-decoration: none;
}

.wit-social-media .wit-social-link:hover {
    background-color: #ffffff;
    color: #21262b;
}

.wit-social-media .wit-social-link a {
    color: #21262b;
    font-family: Inter;
    font-size: 12px;
}

.wit-social-media .wit-facebook-link:hover {
    background-color: rgb(24, 119, 242);
    color: #ffffff;
}

.wit-social-media .wit-linkedin-link:hover {
    background-color: #0A66C2;
    color: #ffffff;
}

.wit-social-media .wit-twitter-link:hover {
    background-color: rgb(29, 161, 242);
    color: #ffffff;
}

.wit-social-media .wit-instagram-link:hover {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    color: #ffffff;
}

.wit-social-media .wit-youtube-link:hover {
    background-color: #f00;
    color: #ffffff;
}

.wit-social-media .wit-whatsapp-link:hover {
    background-color: #05e676;
    color: #ffffff;
}

.wit-header .navbar {
    padding: 0 80px;
    box-shadow: 0 0px 3px 0 #cdd2d8;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: position 6s;
    -ms-transition: position 6s;
    -o-transition: position 6s;
    transition: all 0.3s ease;
}

.wit-header .navbar .wit-notification-for-mobile {
    display: none !important;
}

.wit-header .navbar-brand {
/*    margin-right: 40px;*/
}

.wit-header .nav-item {
    font-weight: 500;
    position: relative!important;
}

.navbar-expand-xl .navbar-nav .nav-item .nav-link {
    padding: 12px 16px;
    border-bottom: 2px solid #ffffff;
    line-height: normal;
}

.wit-header a.nav-link {
    color: #21262b;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}

.wit-header .nav-item.active .nav-link {
    border-bottom: 2px solid #2a2e7a;
    color: #2a2e7a;

}

.wit-header .nav-link:hover {
    color: #2a2e7a;
}

.wit-header .nav-link .hover-menu-icon {
    display: none;
}

.wit-header .nav-link .mobile-menu-icon {
    display: none;
}
.wit-header .nav-link .desktop-menu-icon{
     width: 24px;
}
.wit-header .nav-link:hover .hover-menu-icon.desktop-menu-icon,
.wit-header .nav-item.active .nav-link .hover-menu-icon.desktop-menu-icon {
    display: block;
   
}

.wit-header .nav-link:hover .nav-menu-icon.desktop-menu-icon,
.wit-header .nav-item.active .nav-link .nav-menu-icon.desktop-menu-icon {
    display: none;
}

.wit-header>a.nav-link:hover,
.wit-header>a.nav-link.show:hover {
    background-color: #2a2e7a;
    color: #ffffff;
}

.wit-header .navbar-main .show .dropdown-main:after {
    transform: rotate(180deg);
}

.submenu-link {
    color: #21262b;
    text-decoration: none;
}

.submenu-link:hover {
    color: #21262b;
    text-decoration: none;
    background-color: transparent !important;
}

/* Notification css start */
#notification-icon{
    position: relative;
}
.wit-notification-container {
    padding: 24px 18px 0px;
    background: #ffffff;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -100%;
    width: 414px;
    height: 100vh;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 14%);
    transition: all 0.5s ease-in-out;
}

.wit-notification-container.active {
    display: block;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.wit-notify-body-content {
    height: calc(100% - 95px);
    overflow-y: auto;
}

.wit-notify-msg-row {
    margin-top: 6px;
    padding: 12px 16px;
    border-radius: 12px;
}

.wit-notify-msg-row.border {
    border-color: #eaeced !important;
}

.wit-notify-msg-row.wit-new-notification-msg {
    background-color: rgba(234, 234, 234);
}

.wit-notify-msg-row:hover {
    text-decoration: none;
}

.notify-count-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #c41217;
    width: 18px;
    height: 18px;
    font-size: 10px;
    color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas-backdrop.show {
    display: block;
}
/* Notification css end */

/* Searchbar css start */
.searchBox {
    background-color: #ffffff;
    border-color: #eaeced;
    border-radius: 8px;
    width: 250px;
    padding: 0 16px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: relative;
}

.searchBox .bi {
    color: #8d8d8d;
}

.searchInput {
    border: none;
    background: none;
    outline: none;
    padding: 0 10px;
    font-size: 16px;
    transition: 0.4s;
    line-height: 42px;
    width: 100%;
    color: #8d8d8d;
}

.searchbar-active {
    position: absolute;
    right: 0;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .wit-notification-container {
        width: 100%;
    }

    .notify-count-icon {
        /*top: 5px;*/
        left: 10px;
        background-color: #ffffff;
        color: #222222;
        box-shadow: 0 2px 4px #333333;
    }

    .wit-header .searchBox {
        width: auto;
        padding: 0;
    }

    #searchForMobile .modal-body .searchBox {
        width: 100%;
    }

    #searchForMobile .modal-body .searchBox .search-input-box {
        width: 100%;
    }

    #searchForMobile .modal-body .search-dropdown-container {
        max-height: 260px;
    }
}

/* Seaerchbar css end */

@media screen and (max-width: 1199px) {
    .wit-header .navbar-collapse a.nav-link {
        color: #ffffff;
    }

    .wit-header .navbar-collapse .nav-item.active .nav-link {
        color: #ffffff;
    }

    .wit-header .navbar-collapse .nav-link:hover,
    .wit-header .navbar-collapse .nav-item.active .nav-link {
        background-color: #553e74;
        color: #ffffff;
        transition: all 0.3s;
    }

    .wit-header .nav-link .desktop-menu-icon {
        display: none;
    }

    .wit-header .nav-link .mobile-menu-icon {
        display: block;
    }

    .wit-header .nav-link .hover-menu-icon.mobile-menu-icon {
        display: none;
    }

    .wit-header .nav-link:hover .hover-menu-icon.mobile-menu-icon,
    .wit-header .nav-item.active .nav-link .hover-menu-icon.mobile-menu-icon {
        display: block;
    }

    .wit-header .nav-link:hover .hover-menu-icon.desktop-menu-icon,
    .wit-header .nav-item.active .nav-link .hover-menu-icon.desktop-menu-icon,
    .wit-header .nav-link:hover .nav-menu-icon.mobile-menu-icon,
    .wit-header .nav-item.active .nav-link .nav-menu-icon.mobile-menu-icon {
        display: none;
    }

    .navbar-toggler[aria-expanded="false"] .icon-bar {
        background-color: #212529 !important;
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar {
        background-color: #ffffff !important;
    }
}

/*for animation*/

.wit-header .dropdown-main::after {
    transition: 0.7s;
    border: none;
    font-size: 12px;
    font-weight: normal;
    font-family: FontAwesome;
    content: "\f078";
    vertical-align: text-bottom;
}

.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;
}

.wit-header .dropdown-menu-wit {
    top: 65px;
}

.wit-header .dropdown-item {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 12px 20px;
}

.wit-header .dropdown-item:last-child {
    border-bottom: 0px;
}

a.wit-btn-blue {
    height: 42px;
    padding: 8px 24px;
    border-radius: 20px;
    background-color: #2a2e7a;
    color: #ffffff;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 2px solid #2a2e7a;
    transition: all 0.5s ease;
}

a.wit-btn-blue:hover {
    background-color: #fff;
    color: #000;
     border: 2px solid #2a2e7a;
}
a.wit-btn-blue.ml-2{
 background-color: #fff;
    color: #000;
    transition: all 0.5s ease;
}
a.wit-btn-blue.ml-2:hover{
background-color: #2a2e7a;
    color: #ffffff;
}

a.wit-btn-green {
    height: 42px;
    padding: 8px 24px;
    border-radius: 20px;
    background-color: #01ed67;
    color: #ffffff;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

a.wit-btn-green:hover {
    background-color: #0ade65;
    color: #ffffff;
}

a.wit-btn-transparent {
    height: 42px;
    padding: 8px 24px;
    border-radius: 20px;
    background-color: transparent;
    color: #21262b;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wit-btn-blue {
    height: 42px;
    padding: 0px 24px;
    border-radius: 20px;
    background-color: #2a2e7a;
    color: #ffffff;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wit-btn-blue:hover {
    background-color: #131761;
    color: #ffffff;
}

.wit-btn-transparent {
    height: 42px;
    padding: 0px 24px;
    border-radius: none;
    background-color: transparent;
    color: #21262b;
    margin-right: 8px;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
}
.wit-btn-transparent::after{
    content: '';
    position: absolute;
    width: 46%;
    height: 2px;
    background-color: #21262b;
    bottom: 7px;
    left: 24px;
}

/*.wit-btn-transparent:hover {
    background-color: #EAECED;
}*/

.navbar-toggler {
    width: 48px;
    height: 45px;
    border: none;
}

.navbar-toggler .icon-bar {
    width: 100%;
    float: left;
    height: 2px;
    background-color: #ffffff !important;
    margin-top: 4.5px;
}

.top-nav-menu {
    display: none;
}

.navbar-toggle {
    display: none;
}

.navbar {
    padding: 4px 0px;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0;
}

.dropdown-menu .dropdown .dropdown-menu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show,
.dropdown-item.active,
.dropdown-item:active {
    /* background: #f8f9fa; */
    color: #2a2e7a;
}

span.dropdown-item:focus,
span.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:hover {
    background: #f5f5f5 !important;
    color: #2a2e7a !important;
}

.dropdown-menu>li.show>a {
    background: #f8f9fa;
    color: #21262b;
}

.navmenu-container .navbar-nav {
    min-width: 515px;
}

@media (min-width: 1199px) {
    .dropdown-menu .dropdown .dropdown-menu {
        margin: 0;
        border-width: 1px;
    }
}

.fixed-top {
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header-user-login-dropdown .btn {
    padding: 10px 24px;
}

.header-user-login-dropdown .btn.dropdown-toggle .fa-user {
    font-size: 20px;
}

.header-user-login-dropdown .dropdown-toggle::after {
    display: none;
}

.wit-header .header-user-login-dropdown .dropdown-menu {
    min-width: 260px;
    box-shadow: rgb(0 0 0 / 16%) 0px 12px 16px !important;
}

.search-dropdown-container {
    display: none;
    width: 100%;
    top: 52px;
    left: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding: 8px 0;
    z-index: 10001;
    background-color: #ffffff;
    max-height: 444px;
    overflow-y: auto;
}

.search-dropdown-container a:hover {
    background-color: rgba(205, 210, 216, 0.2);
    text-decoration: none;
}

.search-mobile .search-dropdown-container {
    max-height: 100vh !important;
    box-shadow: none !important;
}

@media (max-width: 1199px) {
    .login-signup-container {
        display: none;
    }
}

@media (min-width: 1200px) {
    .login-dropdown-for-mobile {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-toggler {
        border: none;
    }

    .navbar-toggle:hover {
        display: block;
    }

    .navbar-toggler .icon-bar {
        width: 22px;
        transition: all 0.2s;
    }

    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 5% 10%;
    }

    .navbar-toggler .middle-bar {
        opacity: 0;
    }

    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }

    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }

    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }

    .navbar-collapse {
        border-top: 1px solid #EAECED !important;
    }

    .wit-header a.nav-link {
        border: none !important;
    }
    .wit-header .dropdown-main::after {
        float: right;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding: 20px 24px;
    }

    .top-nav-menu {
        display: block !important;
    }

    .navbar-toggle {
        display: block !important;
    }

    .navbar-collapse {
        padding: 20px 0px;
    }

    .navbar-brand img {
        height: 36px !important;
    }

    .wit-header .dropdown-menu {
        box-shadow: none !important;
        padding: 0px !important;
    }
}

@media screen and (max-width: 1199px) {
    .nav-top-mobile {
        display: flex;
        justify-content: flex-start !important;
        padding: 16px 30px !important;
    }

    .nav-top-mobile .nav-menu-icon {
        max-width: 24px;
        max-height: 24px;
    }

    .nav-top-mobile .nav-top-mobile-text {
        padding-left: 12px;
    }
    .wit-header {
        padding: 0px !important;
    }

    .top-nav {
        padding: 0 36px !important;
    }

    .navbar-brand {
        padding: 8px 10px !important;
    }

    .navbar {
        padding: 4px !important;
    }

    .profile-img {
        width: 34px;
        height: 34px;
    }

    .wit-header .collapse:not(.show){
        display: block;
    }

    .navbar-main {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999999;
        width: 100%;
        height: 100vh;
        background-color: #2E3192;
        padding-top: 0 !important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-main.show {
        left: 0!important;
        transition: all 0.3s ease-in-out;
    }

    .navbar-main.show .navbar-toggler {
        border-right: none !important;
    }

    .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid rgb(238, 238, 238);
        border-radius: 0;
    }

    .navmenu-container {
        height: calc(100% - 45px);
        align-items: flex-start !important;
        overflow-y: auto;
    }
}

@media screen and (max-width: 600px) {
    .navbar-collapse {
        border-top: 1px solid #EAECED;
    }

    .wit-header a.nav-link {
        border: none;
/*        padding: .5rem;*/
    }
    .top-search-form {
        width: 100%;
    }

    .top-search-box {
        top: 0px !important;
        left: 0px !important;
        position: relative !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        padding: 40px 24px !important;
        border-bottom: 1px solid #CDD2D8;
    }

    .top-search-bg {
        height: 218px !important;
        display: none;
    }

    .top-search-box {
        border-top: 1px solid #CDD2D8;
    }

    .top-search-box h1 {
        font-size: 32px !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
    .top-search-box {
        left: 24px !important;
        top: 3.4rem !important;
    }

    .top-search-bg {
        height: 360px !important;
    }
}
@media screen and (max-width: 320px) {
    .wit-header .navbar-brand {
        margin-right: 0px !important;
    }
}

@media (max-width: 1199px) {
    .login-dropdown-for-ipad {
        display: none;
    }

    .navmenu-container .navbar-nav {
        min-width: inherit;
    }
    .wit-notification-for-desktop{
        display: none;
    }
}

@media (min-width: 1200px) {
    .login-dropdown-for-ipad {
        display: none;
    }
}
@media(max-width: 1199px){
    .add_cus_caret .cus_arr{
        display: flex!important;
    }
    .hide-mobile-bottom-bar{
        display: none!important;
    }
}
@media(max-width: 1199px){
    .mb-chat-icon.chat-icon{
        margin-left: 0!important;
        padding: 0.375rem 0.375rem!important;
        padding-top: 0.75rem!important;
    }
    .mb-chat-icon.chat-icon i{
        margin-top: 0!important;
    }
    .mb-notification{
        margin-right: 0!important;
    }
    .mb-notification img{
        padding-bottom: 6px!important;
    }
    .mb-user-pl{
        padding-left: 0.375rem!important;
    }
    .mb-search button{
        padding: 0.375rem 0.375rem!important;
    }
    .mConnectionDropDown svg{
        fill: #000!important;
    }
    .mbMycompanies svg{
        fill: #3a3d41!important;
    }
    .mConnectionDropDown-arr{
        display: block;
        margin-left: auto;
        width: 18px;
        float: right;
    }
}
@media(max-width: 400px){
    .navbar-brand{
        margin-right: 0!important;
    }
    .navbar-brand img{
        height: 28px!important;
    }
    .mb-chat-icon.chat-icon{
/*        padding: 0.375rem!important;*/
    }
    .mb-chat-icon.chat-icon i{
        font-size: 18px!important;
    }
    .mb-notification img{
        width: 18px!important;
    }
    .mb-search button{
        padding: 0.375rem!important;
    }
    .mb-search button svg{
        width: 18px!important;
    }
}
.chat-icon{
    display: inline-block !important; 
    padding-right: 0 !important; 
    margin-right: 0 !important; 
    cursor: pointer; 
    margin-left: 1rem; 
    position: relative;
}

.unread-message-number{
    position: absolute;
    top: 0;
    right: 0;
    background: #c41217;
    color: #fff;
    /* padding: 10px; */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

/* .wit-business:hover, .wit-individual:hover, .wit-about-us:hover{
    background-color:#2a2e7a;
    color :#fff !important;
} */