.primary-menu .mob-menu {
    display: none;
}

header {
    background-color: var(--base-white);
    height: 100px;
    box-shadow: 1px 7px 10px 2px var(--base-shadow);
    padding: 10px 0px 10px 0px;
    top: 0;
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    
}

.logo {
    width: 126px
}

.header-left {
    float: left;
    width: 20%;
    display: flex
}

.header-left a:hover {
    text-decoration: none !important;
}

.header-right {
    float: right;
    width: 85%;
}

.primary-menu {
    float: right;
    padding-top: 22px;
}

.primary-menu>ul {
    margin: 0px;
    padding: 0px;
    display: flex
}
.primary-menu .dropdown-menu li a{
    font-size: 12px !important
}

.primary-menu .dropdown-menu li{
    padding: 7px 0px; 
}
.primary-menu .dropdown-menu li:hover{
    background-color: transparent !important;
}

.primary-menu .dropdown-menu li a:hover {
    background-color: transparent !important;
}
.primary-menu .menu-list .dropdown-menu li:hover a{
    color: var(--base-primary) !important;

}
.menu-list .header-sub-menu.active,.menu-list .header-sub-menu.active a{
 background-color: transparent !important;
 color: var(--base-primary) !important;
}

.app-title h1 {

    font-size: 1.04rem;
    font-weight: 500;
}

.app-title h1 span {
    display: block;
    font-weight: 700;
}

.app-title {
    padding-left: 10px;
    padding-top: 16px;
}


footer {
    text-align: center;
    height: 65px;
    background-color: #fff;
    margin-top: 31px !important;
}

footer h3 {
    font-size: 0.9rem;
    padding-top: 23px;
    color: #000;
    font-weight: 600;
}

.zoom-btn {
    height: 40px;
    width: 40px;
    border: none;
    background-color: transparent;
    background-size: 40% !important;
    background-color: #F7F7F7;
    border-radius: 50px 50px;

}

.menu-profile a,
.menu-list a {
    text-transform: uppercase;
    position: relative;
    font-size: 1rem;
}

.menu-profile a:hover,
.menu-list a:hover {
    color: var(--base-primary) !important;
    text-decoration: none !important;
}

.menu-profile li a.dropdown-item:hover,
.menu-list li a.dropdown-item:hover {
    color: var(--base-primary) !important;
}

.menu-profile li.active,
.menu-list li.active {
   
    color: var(--base-white) !important;
    border-bottom: 2px solid var(--base-primary) !important;;
}

.menu-profile li.active a,
.menu-list li.active a {
    border: none !important;
    color: var(--base-primary) !important;
    text-decoration: none !important;
    font-size: 12px !important;
    background-color: transparent;
    
}

.menu-list {
    margin-right: 32px;
}

.primary-menu>ul li {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.menu-list.active a {
    color: var(--base-primary) !important;
    font-weight: 600;

}

.menu-profile {
    padding-left: 13px;

}

.menu-list.active a::after {
    content: " ";
    height: 2px;
    width: 100%;
    background-color: var(--base-primary);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
}

#profile-menu-list {
    display: flex;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    align-items: center;
}

#profile-menu-list::after {
    display: none !important;
}

span.profile-image {
    background-color: #FCEBEB;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    padding: 7px;
    position: relative;
}

/*added by Nischitha*/
.profile-custom {
    position: absolute; 
    border-radius: 50px;   
    height: 40px;    
    width: 40px;    
    left: 0px;
    top: 0px
}

.profile-info {

    display: block !important;
    margin-left: 14px;
}

.profile-info span {
    display: block;
    text-align: left;
}

.profile-info span:nth-child(2) {
    color: var(--base-primary-2);
    font-weight: 700;
}




.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 228px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

#menuModal .modal-body {
    padding: 0px 0px 0px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -321px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;

}

.menu-mob {
    background-color: transparent;
    border: none;
    height: 20px;
    width: 22px;
    background-size: 100% !important;
    margin-top: 3px !important;
}

.primary-menu-mob  .modal-header{
    height: 42px;
}
.primary-menu-mob  .main-menu-list{
    margin: 0px !important;
}

.primary-menu-mob .main-menu-list a {
    font-size: 12px !important;
    padding-left: 14px;
}
.primary-menu-mob .main-menu-list a:hover,
.primary-menu-mob .main-menu-list a:focus {
    background-color: transparent !important;
}
.primary-menu-mob .modal-content {
    border-radius: 0px;
}

.primary-menu-mob button.btnclose {
    position: absolute;
    right: 11px;
}

.primary-menu-mob .menulist_ul {
    margin: 0px;
    padding: 0px;
}

.primary-menu-mob .menulist {
    padding: 15px 15px 13px 15px;
    margin-top: 1px;
}


.primary-menu-mob .menulist.active {

    border-bottom: 2px solid var(--base-primary);
    background-color: #f40000 !important;
    color: var(--base-white) !important;

}

.primary-menu-mob .menulist.active a {
    /* color: var(--base-primary); */
    font-weight: 700;
    border: none !important;
    color: var(--base-white) !important;
    text-decoration: none !important;

}

.log-out-btn {

    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 21px;
    right: 30px;

    font-weight: 900;
}


.view-more a {
    color: var(--base-primary) !important;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: underline !important;


}



.chatBot {
    background-color: var(--base-primary);
    width: 114px;
    height: 39px;
    border-radius: 30px;
    color: var(--base-white);
    position: fixed;
    right: 10px;
    top: 35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.7rem;
    z-index: 999;

}

.bot-icon {
    background-color: var(--base-primary);
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50px;
    margin-right: 10px;
    background-size: 74%;
    background-position: 5px 1px;
    position: relative;
    left: -6px;
}

.chat-btn-close {

    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    background-color: var(--base-text);
    color: var(--base-white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -8px;
    right: 7px;
    padding: 2px;
}

.chat-btn-close span {
    font-size: 01.4rem !important;
    color: var(--base-white);
}

.appreciate {
    width: 40px;
    height: 40px;
    background-color: var(--base-primary);
   /* background-color: #264779;
     background-color: #484644; */
    border-radius: 50%;
    color: var(--base-white);
    position: fixed;
    right: 16px;
    bottom: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.7rem;
    z-index: 999;
}

.appreciate-btn-close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-color: var(--base-text);
    color: var(--base-white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -10px;
    right: 7px;
}

.appreciate-btn-close span {
    font-size: 01.4rem !important;
    color: var(--base-white);
}

.appreciation-icon {
    background-image: url('/appreciation-icon.png');
    background-size: cover;
    width: 30px;
    height: 30px;
    padding: 4px;
}



#search span {
    font-size: 1.5rem;
}

div.container.wrapper-body {
    min-height: calc(100% - 132px);
    margin-bottom: 0px;
    margin-top: 0px !important;
}

div.wrapper-body {
    min-height: calc(100% - 132px);
    margin-bottom: 0px;
    margin-top: 52px !important;
}


@media only screen and (min-width: 200px) and (max-width: 320px) {

    .primary-menu {

        padding-top: 4px;
    }

    .primary-menu .mob-menu {
        display: block !important;
    }

    .mob-menu {
        margin-left: 10px;
        justify-content: center;
        align-items: center;
    }

    .zoom-btn {
        height: 30px;
        width: 30px;
    }

    span.profile-image {
        height: 30px;
        width: 30px;

    }

    .profile-custom {
        height: 30px;
        width: 30px;
    }

    .header-right {
        width: 57%;
    }

    .profile-info {
        display: none !important;
    }

    .primary-menu .menu-list {
        display: none !important;
    }

    .header {
        padding: 7px 0px 6px 0px;
        height: 70px;
    }

    footer {
        height: 40px;
    }

    footer h3 {
        padding-top: 10px;
    }

    .header-left {
        width: 43%!important;
    }
    .menu-header-left {
        width: 43%!important;
    }

    .logo {
        width: 52px;
    }

    .app-title {
        padding-left: 10px;
        padding-top: 5px;
    }

    .primary-menu-mob .menulist.active {

        border-bottom: 2px solid var(--base-primary);
        background-color: #f40000 !important;
        color: var(--base-white) !important;

    }

    .primary-menu-mob .menulist.active a {
        /* color: var(--base-primary); */
        font-weight: 700;
        border: none !important;
        color: var(--base-white) !important;
        text-decoration: none !important;

    }


}


@media only screen and (min-width: 321px) and (max-width: 450px) {
    .primary-menu {

        padding-top: 4px;
    }

    .primary-menu .mob-menu {
        display: block !important;
    }

    .mob-menu {
        margin-left: 10px;
        justify-content: center;
        align-items: center;
    }

    .zoom-btn {
        height: 30px;
        width: 30px;
    }

    span.profile-image {
        height: 30px;
        width: 30px;

    }

    .profile-custom {
        height: 30px;
        width: 30px;
    }

    .header-right {
        width: 57%;
    }

    .profile-info {
        display: none !important;
    }

    .primary-menu .menu-list {
        display: none !important;
    }

    header {
        padding: 7px 0px 6px 0px;
        height: 70px;
    }

    footer {
        height: 40px;
    }

    footer h3 {
        padding-top: 10px;
    }

    .header-left {
        width: 43%!important;
    }
    .menu-header-left {
        width: 43%!important;
    }

    .logo {
        width: 52px;
    }

    .app-title {
        padding-left: 10px;
        padding-top: 5px;
    }

    .primary-menu-mob .menulist.active {

        border-bottom: 2px solid var(--base-primary);
        background-color: #f40000 !important;
        color: var(--base-white) !important;

    }

    .primary-menu-mob .menulist.active a {
        /* color: var(--base-primary); */
        font-weight: 700;
        border: none !important;
        color: var(--base-white) !important;
        text-decoration: none !important;

    }
}



@media only screen and (min-width: 451px) and (max-width: 768px) {

    .primary-menu {

        padding-top: 4px;
    }

    .primary-menu .mob-menu {
        display: block !important;
    }

    .primary-menu-mob .menulist {
        padding: 0 !important;
    }

    .header-sub-menu:hover {
        background-color: #f40000;
    }

    .header-sub-menu:hover a {
        color: var(--base-white) !important;
    }

    .mob-menu {
        margin-left: 10px;
        justify-content: center;
        align-items: center;
    }

    .zoom-btn {
        height: 30px;
        width: 30px;
    }

    span.profile-image {
        height: 30px;
        width: 30px;

    }

    .profile-custom {
        height: 30px;
        width: 30px;
    }

    .header-right {
        width: 57%;
    }

    .profile-info {
        display: none !important;
    }

    .primary-menu .menu-list {
        display: none !important;
    }

    header {
        padding: 7px 0px 6px 0px;
        height: 70px;
    }

    footer {
        height: 40px;
    }

    footer h3 {
        padding-top: 10px;
    }

    .header-left {
        width: 35% !important;
    }

    .logo {
        width: 52px;
    }

    .app-title {
        padding-left: 10px;
        padding-top: 5px;
    }

    .primary-menu-mob .menulist.active {

        border-bottom: 2px solid var(--base-primary);
        background-color: #f40000 !important;
        color: var(--base-white) !important;

    }

    .primary-menu-mob .menulist.active a {
        /* color: var(--base-primary); */
        font-weight: 700;
        border: none !important;
        color: var(--base-white) !important;
        text-decoration: none !important;

    }
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {}


/*Added CSS to resolve the alignment for header part*/

.main-header {
    max-height: 75px;
}

.main-header-container {
    /* max-width: 1600px;
    max-height: 100px; */
}

.menu-header-left {
    width: 15%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    text-align: center;
    overflow: hidden;
    /* padding-left: 30px; */
    float: left;
}

.ccbsslogo {
    width: 88px !important;
}

.appName {
    padding-top: 10px !important;
}

.menu-header-right {
    float: right;
}

.primary-right-menu {
    padding-top: 8px !important;
}

.main-menu-list {
    margin-right: 15px !important;
}

.main-menu-list a {
    font-size: 12px !important;
}

.header-sub-menu:hover {
    background-color: #f40000;
}

.header-sub-menu:hover a {
    color: var(--base-white) !important;
}

.header-search-icon {
    font-size: 1rem !important;
}

.header-profile-image {
    padding: 10px !important;
}

.header-profile-info span {
    line-height: 17px;
}

.header-profileMenu-list {
    --bs-dropdown-min-width: 14.3rem !important;
}

.header-profileMenu-list li:hover {
    background-color: #f40000;
}

@media only screen and (min-width: 321px) and (max-width: 450px) {
    .appName {
        padding-top: 15px !important;
    }
    .primary-menu .menu-profile{
        display: none !important;
    }
}

@media (min-width: 900px) and (max-width: 990px) {
    .main-header-container {
        max-width: 910px;
    }

    .main-menu-list {
        margin-right: 10px !important;
    }
    .primary-menu .menu-profile{
        display: none !important;
    }
}

@media (min-width: 850px) and (max-width: 899px) {
    .main-header-container {
        max-width: 910px;
    }

    .main-menu-list {
        margin-right: 5px !important;
    }

    /* .menu-profile {
        padding-left: 3px;
    } */
    .primary-menu .menu-profile{
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 849px) {
    .main-header-container {
        max-width: 769px;
    }

    .main-menu-list {
        margin-right: 10px !important;
    }

    .profile-info {
        display: none !important;
    }
    .primary-menu .menu-profile{
        display: none !important;
    }
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
    .primary-menu .menu-profile{
        display: none !important;
    }
}