﻿body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans';
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
}
a:hover {
    text-decoration: none;
}

.form-control:focus {
    box-shadow: none !important;
}

.font-16 {
    font-weight: 600;
}

.pd-11 {
    padding: 1.5rem 2rem;
}

.pd-12 {
    background-color: #f4f4f4;
    padding: 1.5rem 2rem !important;
}

.pd-13 {
    background-color: #eee;
    padding: 1.4rem 0;
    margin-bottom: 1rem;
}

.pd-14 {
    background-color: #f4f4f4;
    padding: 1.8rem;
}

.swiper-navbtn::before,
.swiper-navbtn::after {
    font-size: 0.9rem;
    font-weight: 600;
}

.swiper-news-prev,
.swiper-rtl .swiper-news-next {
    left: 87% !important;
    right: unset !important;
    color: #000;
    z-index: 9;
}

.swiper-news-next,
.swiper-rtl .swiper-news-prev {
    right: 15px !important;
    left: auto;
    color: #000;
    z-index: 9;
}

div.accordion {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
}

div.accordion:before {
    content: "\276F";
    vertical-align: middle;
    display: inline-block;
    color: #ed0677;
    float: left;
    transform: rotate(0);
    transition: all 0.2s;
    /* font-size: 1.2rem; */
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.active.accordion::before {
    transform: rotate(90deg);
}

.active button.accordion::before {
    transform: rotate(90deg);
}

.not-active button.accordion::before {
    transform: rotate(0deg);
}

div.panel {
    height: auto;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.alert {
    padding: .75rem 2.5rem !important;
    line-height: 0.8 !important;
    background-color: #E3F0FF !important;
    color: #333 !important;
    margin-bottom: 0 !important;
    text-align: center;
    border-radius: 0 !important;
    border: none !important;
}

.alert .alert-server {
    border-radius: 0;
}

.alert button img {
    width: 20px;
}

.alert span {
    font-weight: 400;
    font-style: italic;
    color: #383838;
}

.alert .alert-btn {
    text-decoration: none;
    border: 1px solid #034ea2;
    background-color: #e3f0ff;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 3px 8px;
    color: #034ea2;
    font-weight: 600;
    cursor: pointer;
}

.alert .alert-btn:hover {
    color: #034ea2;
    text-decoration: none;
}

.close {

    color: #333 !important;
    font-size: 0px !important;
    opacity: 1 !important;
    padding: .5rem 2.5rem !important;
}

.close:hover {
    color: #333;
}

.alert .alert-server {
    border-radius: 0;
}

.alert a {
    text-decoration: none;
    border: 1px solid #034ea2;
    background-color: #e3f0ff;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 3px 8px;
    color: #034ea2;
    font-weight: 600;
}

.alert a:hover {
    color: #034ea2;
    text-decoration: none;
}

.carousel-control-prev {
    left: 2.5% !important;
    width: 2% !important;
    opacity: 1 !important;
    background-color: #00000026 !important;
    height: 10%;
    border-radius: 4px;
    display: none !important;
}

.carousel-control-next {
    width: 2% !important;
    right: 2.5% !important;
    opacity: 1 !important;
    background-color: #00000026 !important;
    height: 10%;
    border-radius: 4px;
    display: none !important;
}

/* .carousel-control-next,
.carousel-control-prev {
top: 75% !important;
align-items: center;
opacity: 1 !important;
transition: opacity .15s ease;
background-color: #00000026 !important;
height: 10%;
border-radius: 4px;
} */

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 12px !important;
    height: 12px !important;

}

.carousel-indicators li {
    width: 9px !important;
    height: 9px !important;
    background-color: #BCBEC0;
    border-bottom: 0px !important;
}

.carousel-indicators [data-bs-target] {
    display: none !important;

}

.bg-grey {
    background-color: #ed0677;
    align-content: center;
    padding: 0 2.1rem;
}

.bg-grey .txt-10,
.bg-pink .txt-10 {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
}

.bg-grey .txt-11,
.bg-pink .txt-11 {
    color: #fff;
    font-size: 0.97rem;
    font-weight: 600;
}

.bg-pink {
    background-color: #00c0f3;
    align-content: center;
    padding: 0 2.1rem;
}

.font-12 {
    font-size: 1rem;
    font-weight: 700;
    align-content: center;
}

.icons img {
    width: 54px;
    height: auto;
}

.font-14 {
    font-size: 0.9rem;
    font-weight: 700;
    align-content: center;
    padding: 0px 10px;
}

.quick-items.active,
.quick-items:hover {
    background-color: #fff;
    color: #034da2;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 4px;
    overflow-y: auto;
}

::-webkit-scrollbar-thumb {
    background: #034ea2;
    border-radius: 4px;
}

.font-18 {
    font-size: 1.1rem;
    font-weight: 600;
}

/*Popup Modal*/

.modal-lg {
    max-width: 750px;
    width: 100%;
}

.modal-close {
    padding: 10px 0 0 !important;
}

.modal-content {
    border-radius: 4px !important;
}

.modal-header {
    padding: 0.5rem 2.5rem !important;
    border-bottom: 0 !important;
}

.modal-header-sub {
    padding: 0.5rem 2.5rem !important;
    border-bottom: 0 !important;
}

.modal-header h5 {
    color: #54595E;
    font-weight: 600;
    font-size: 1.3rem;
}

.modal-footer {
    padding: 0 2.8rem 1.8rem !important;
    border-top: 0 !important;
}

.modal-body p {
    margin-bottom: 0.5rem !important;
}

.sub-header {
    padding: 0.5rem 2.5rem !important;
    border-bottom: 0 !important;
    font-weight: 700;
    font-size: 1rem;
    color: #54595ECC;
}

.sub-modal-body {
    padding: 0.5rem !important;
    background: #f4f4f4;
    margin: 0.1rem 2.5rem;
}

.sub-modal-body table th {
    font-size: 1rem;
    font-weight: 600;
    color: #54595ECC;
}

.sub-modal-body table tr td {
    font-size: 1rem;
    font-weight: 400;
    color: #54595ECC;
}

.sub-modal-body table tr td a {
    font-size: 1rem;
    font-weight: 400;
    color: #ed0677;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    /* padding: 8px; */
    padding: 5px;
}

.modal-body {
    padding: 0.5rem 2.5rem 0 !important;
    max-height: 385px;
    overflow-y: auto;
}

.modal-body .a-content {
    font-size: 1rem;
    color: #54595E99;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body .a-support h6 {
    font-size: 0.8rem;
    font-weight: 400;
}

.modal-body .a-support h6 a {
    font-size: 0.8rem;
    font-weight: 400;
    color: #ed0677;
    text-decoration: underline;
}

.modal-body a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    color: #54595E99;
}

.modal-body a .brd-p {
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #d9d9d9;
    padding: 2px 10px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    color: #54595ECC;
}

.marsh-modal-footer {
    padding: 0.5rem 2.5rem 1.8rem !important;
    border-top: 0 !important;
    justify-content: space-between;
}
.marsh-container {
    display: flex; 
    justify-content: space-between; 
    gap: 10px;
  }

.modal_close {
    float: right;
    background-color: #fff !important;
    line-height: 1;
}

button.modal_close {
    border-radius: 50% !important;
    border: none;
    padding: 0;
}

.btn-closee {
    color: #f5f5f5 !important;
    background-color: #034da2 !important;
    padding: 0.65rem 3rem !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    float: inline-end !important;
}


.pulse-btn-closee {
    color: #034ea2 !important;
    border:1px solid  #034da2 !important;
    padding: 0.65rem 3rem !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    float: inline-end !important;
}


.dropdown-toggle::after {
    border: none;
    font: normal normal normal 12px/1 'Font Awesome 5 Free';
    content: "\f078";
    vertical-align: 0;
}

.btn-closee:hover {
    color: #f5f5f5;
    background-color: #ed0677;
}

.img-align {
    vertical-align: baseline !important;
    margin-right: 1rem !important;
}


::-ms-input-placeholder {
    font-size: 0.8rem !important;
    font-weight: 400;
    color: #231F20;
}

textarea::placeholder {
    font-size: 0.8rem !important;
    font-weight: 400;
    color: #231F20;
}

.form-control {
    padding: 0 !important;
    border: none !important;
}

.cls {
    border: 1px solid #034ea2 !important;
    color: #034ea2 !important;
    background: none !important;
}

.cls:hover {
    color: #034ea2 !important;
}

.btn:focus {
    box-shadow: none !important;
}

.w-card .anni-wish,
.aspire-icon {
    cursor: pointer;
}

.a-card {
    width: 100%;
    border: 1px solid #E2D8FF;
    margin-bottom: 7px;
    background-color: #fff;
}

.a-card .profile-details {
    display: flex;
    column-gap: 12px;
    padding: 15px 20px 10px;
}

.a-card .a-icons {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.a-card p {
    text-decoration: none;
    color: #FF8E44;
    font-size: 0.6rem;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0 !important;
    margin-right: 1rem;
    margin-left: 0.2rem;
}

.font-18 {
    font-size: 1.1rem;
    font-weight: 600;
}

.a-link {
    padding: 1rem 2.5rem !important;
    border: 1px solid #d9d9d9;
    margin: 0.1rem 0.5rem 0.1rem 2.5rem;
    border-radius: 4px;
    width: 225px;
    color: #54595E;
    font-size: 1rem;
    font-weight: 400;
}

.a-know {
    padding: 1rem 2.5rem !important;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 225px;
    color: #54595E;
    font-size: 1rem;
    font-weight: 400;
}

.f-link {
    padding: 0.1rem 0.5rem !important;
    border: 1px solid #e6e7e8;
    background-color: #e6e7e8 !important;
    margin: 0.1rem 0.5rem 0.1rem 2.5rem;
    border-radius: 4px;
    width: 350px;
    color: #66676B;
}

.s-link {
    padding: 0.1rem 0.5rem !important;
    border: 1px solid #949494;
    margin: 0.1rem 0.5rem 0.1rem 0.5rem;
    border-radius: 4px;
    width: 350px;
    color: #66676B;
}

.btn-link-aspire {
    font-size: 0.8rem !important;
    padding: 0 !important;
    vertical-align: top !important;
    color: #ed0677 !important;
    line-height: 1.1 !important;
}

.a-launch {
    color: #fff;
    background-color: #ed0677;
    padding: 0px 10px !important;
    border-radius: 4px;
    border: none;
    font-size: 0.7rem;
    font-weight: 500;
}

.btn-link-aspire {
    font-size: 0.8rem !important;
    padding: 0 !important;
    vertical-align: top !important;
    color: #ed0677 !important;
    line-height: 1.1 !important;
}

.a-launch {
    color: #fff;
    background-color: #ed0677;
    padding: 0px 10px !important;
    border-radius: 4px;
    border: none;
    font-size: 0.7rem;
    font-weight: 500;
}

.wrk-modal-body {
    padding: 0.5rem 0.5rem 0 !important;
    margin: 0.1rem 2.5rem;
    border: 1px solid #949494;
    margin-top: 1rem;
    border-radius: 5px;
}

.b-card,
.w-card,
.a-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #E2D8FF;
    padding: 5px 10px;
    margin-bottom: 7px;
    background-color: #fff;
}

.b-left,
.w-left,
.a-left {
    display: flex;
}

.b-right,
.w-right,
.a-right {
    flex-grow: 1;
    margin-right: 10px;
}

.emp-img {
    margin-right: 10px;
    border-radius: 50%;
}

.emp-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
}

.emp-description {
    font-size: 0.8rem;
    font-weight: 600;
    color: #00000070;
}

.b-card .b-details .bday-icons,
.a-card .b-details .aspire-icon {
    cursor: pointer;
}

.swiper-bday-next,
.swiper-rtl .swiper-bday-prev,
.swiper-anni-next,
.swiper-rtl .swiper-anni-prev,
.swiper-aspire-next,
.swiper-rtl .swiper-aspire-prev {
    right: 40px !important;
    left: auto;
    color: #000;
    z-index: 9;
}

.swiper-bday-prev,
.swiper-rtl .swiper-bday-next,
.swiper-anni-prev,
.swiper-rtl .swiper-anni-next,
.swiper-aspire-prev,
.swiper-rtl .swiper-aspire-next {
    left: 87%;
    right: auto;
    color: #000;
    z-index: 9;
}

.swiper-event-next,
.swiper-rtl .swiper-event-prev {
    /* right: 15px !important; */
    left: auto;
    color: #000;
}

.swiper-event-prev,
.swiper-rtl .swiper-event-next {
    /* left: 78% !important; */
    right: auto;
    color: #000;
}

.w-years {
    color: #ed0677;
    padding: 1.5px 5px 3px;
    border: 1px solid #ed0677;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.bday-swiper-event,
.workani-swiper-event,
.aspire-swiper-event {
    margin-top: -29px;
    position: absolute;
}

.w-icon,
.a-icon {
    display: flex;
    justify-content: space-between;
}

.w-icon>div {
    margin: 5px 0 0;
}

.a-icons>div>img {
    margin: 10px 0;
}

.fraction-swiper {
    background-color: #fff;
    width: 56px;
    margin: 2px auto 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #10335199;
}

.navbar-toggler{
    border: none !important;
}



/*
##Device = MacBook
##Screen = 1367px to higher resolution
*/
@media (min-width: 1367px) {

    .bg-grey .txt-10,
  .bg-pink .txt-10 {
    font-size: 1.25rem !important;
  }

  .bg-grey .txt-11,
  .bg-pink .txt-11 {
    font-size: 1.15rem !important;
  }

  .bg-grey {
    padding: 2rem 2.1rem !important;
  }

  .bg-pink {
    padding: 2rem 2.1rem !important;
  }

  .pd-12 {
    padding: 2rem !important;
}

.pd-11 {
    padding: 2rem !important;
}

/* .pd-14 {
    padding: 1.55rem !important;
  } */

  .swiper-event-next,
  .swiper-rtl .swiper-event-prev {
    right: 10px !important;
  }

  .swiper-bday-next,
  .swiper-rtl .swiper-bday-prev,
  .swiper-anni-next,
  .swiper-rtl .swiper-anni-prev,
  .swiper-aspire-next,
  .swiper-rtl .swiper-aspire-prev {
    right: 35px !important;
  }

  .workani-swiper-event,
  .aspire-swiper-event,
  .bday-swiper-event {
    margin-top: -34px !important;
    position: absolute;
  }

  .swiper-bday-prev,
  .swiper-rtl .swiper-bday-next,
  .swiper-anni-prev,
  .swiper-rtl .swiper-anni-next,
  .swiper-aspire-prev,
  .swiper-rtl .swiper-aspire-next {
    left: 85% !important;
  }

  .footer-txt{
    font-size: 1rem;
  }

  .logout {
    font-size: 15px !important;
}

.navbar-text {
    font-size: 1rem;
}
    .modal-footer {
        padding: 0 2rem 1.5rem !important;
        border-top: 0 !important;
    }
    .modal-close {
        padding: 10px!important;
    }

    .font-10-600 {
        font-size: 12px !important;
    }
    .more-modal-footer,
    .partner-modal-footer {
        padding: 0.5rem 2.5rem 1.8rem !important;
        border-top: 0 !important;
        justify-content: space-between;
    }

    .font-16 {
        font-size: 1.25rem !important;
    }

    .emp-img {
        margin-right: 10px;
        height: 50px !important;
        width: 50px !important;
        border-radius: 50%;
    }

    .txt-12 {
        font-size: 1rem;
        margin-left: 5px;
    }

    .txt-dep {
        font-size: 0.8rem;
        color: #034ea2;
    }

    .a-link {
        padding: 1rem !important;
        margin: 0.1rem 0.5rem 0.1rem 2.5rem;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        color: #54595E;
        font-weight: 400;
    }

    .a-know {
        padding: 1rem !important;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        color: #54595E;
        margin: 0.1rem;
        font-weight: 400;
    }
}


/* 
##Device = Desktops
##Screen = B/w 1281px to 1366px
*/
@media (min-width: 1281px) and (max-width: 1366px) {
    .alert span {
        font-size: 0.875rem;
    }

    .alert a {
        text-decoration: none;
        border: 1px solid #034ea2;
        background-color: #e3f0ff;
        font-size: 0.75rem;
        border-radius: 4px;
        padding: 3px 8px;
        color: #034ea2;
        font-weight: 600;
    }

    .alert button img {
        width: 20px;
    }


    .carousel-control-next,
    .carousel-control-prev {
        top: 47% !important;
    }

    /* .carousel-indicators{
bottom: 3% !important; 
} */
    .carousel-indicators li {
        width: 8px !important;
        height: 8px !important;
    }

    .bg-grey .txt-10,
    .bg-pink .txt-10 {
        font-size: 1.125rem;
    }

    .bg-grey .txt-11,
    .bg-pink .txt-11 {
        font-size: 0.95rem;
    }

    .bg-grey {
        padding: 2.1rem !important;
    }

    .bg-pink {
        padding: 2.1rem !important;
    }

    .mtt-2 {
        margin-top: 5px;
    }
    .modal-close {
        padding: 10px !important;
    }
    .modal-footer {
        padding: 0 2rem 1.5rem !important;
    }

    .more-modal-footer,
    .partner-modal-footer {
        /* display: flex; */
        padding: 0.5rem 2.5rem 1.8rem !important;
        border-top: 0 !important;
        justify-content: space-between;
    }

    .pd-12 {
        padding: 1.5rem 2rem !important;
    }

    .pd-14 {
        padding: 1.50rem !important;
    }

    .pd-11 {
        padding: 1.5rem 2rem !important;
    }

    .font-16 {
        font-size: 1.2rem !important;
    }

    .emp-img {
        margin-right: 10px;
        height: 60px;
        width: 60px;
        border-radius: 50%;
    }

    .emp-name {
        font-size: 0.9rem;

    }

    .emp-description {
        font-size: 0.75rem;
    }

    .swiper-bday-next,
    .swiper-rtl .swiper-bday-prev,
    .swiper-anni-next,
    .swiper-rtl .swiper-anni-prev,
    .swiper-aspire-next,
    .swiper-rtl .swiper-aspire-prev {
        right: 35px !important;
        color: #000;
        z-index: 9;
    }

    .workani-swiper-event,
    .aspire-swiper-event,
    .bday-swiper-event {
        margin-top: -28px !important;
        position: absolute;
    }

    .swiper-bday-prev,
    .swiper-rtl .swiper-bday-next,
    .swiper-anni-prev,
    .swiper-rtl .swiper-anni-next,
    .swiper-aspire-prev,
    .swiper-rtl .swiper-aspire-next {
        left: 80% !important;
    }

    .txt-12 {
        font-size: 1rem;
        margin-left: 5px;
    }

    .txt-dep {
        font-size: 0.8rem;
        color: #034ea2;
    }

    .a-link {
        padding: 1rem !important;
        margin: 0.1rem 0.5rem 0.1rem 2.5rem;
    }

    .a-know {
        padding: 1rem !important;
        margin: 0.1rem;
    }

    .modal-body .a-content {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .modal-body .a-support h6 {
        font-size: 0.75rem;
    }

    .modal-body .a-support h6 a {
        font-size: 0.75rem !important;
    }
}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .alert {
        padding: .75rem 2rem !important;
    }

    .alert span {
        font-size: 0.75rem !important;
    }

    .close {
        padding: .5rem 1.5rem !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 45% !important;
    }

    .carousel-indicators {
        bottom: 4% !important;
    }

    .carousel-indicators li {
        width: 8px !important;
        height: 8px !important;
    }

    .bg-grey .txt-10,
    .bg-pink .txt-10 {
        font-size: 1rem !important;
    }

    .bg-grey .txt-11,
    .bg-pink .txt-11 {
        font-size: 0.86rem;
    }

    .bg-grey {
        padding: 1rem 2.1rem !important;
    }

    .bg-pink {
        padding: 1rem 2.1rem !important;
    }

    .pd-12 {
        padding: 1.5rem 2.1rem !important;
    }

    .modal-footer {
        padding: 0 2rem 1.5rem !important;
        border-top: 0 !important;
    }

    .more-modal-footer,
    .partner-modal-footer {
        /* display: flex; */
        padding: 0.5rem 2.9rem 1.8rem !important;
        border-top: 0 !important;
        justify-content: space-between;
    }

    .pd-11 {
        padding: 1.5rem 2.1rem !important;
    }

    div.accordion:before {
        margin-right: 1rem;
        font-size: 1rem !important;
    }

    .font-16 {
        font-size: 1rem !important;
    }

    .swiper-event-prev,
    .swiper-rtl .swiper-event-next {
        left: 0% !important;
    }

    .swiper-event-next,
    .swiper-rtl .swiper-event-prev {
        right: 10px !important;
    }

    .pd-14 {
        padding: 1.38rem;
    }

    .swiper-bday-next,
    .swiper-rtl .swiper-bday-prev,
    .swiper-anni-next,
    .swiper-rtl .swiper-anni-prev,
    .swiper-aspire-next,
    .swiper-rtl .swiper-aspire-prev {
        right: 35px !important;
    }

    .workani-swiper-event,
    .aspire-swiper-event,
    .bday-swiper-event {
        margin-top: -24px !important;
        position: absolute;
    }

    .swiper-bday-prev,
    .swiper-rtl .swiper-bday-next,
    .swiper-anni-prev,
    .swiper-rtl .swiper-anni-next,
    .swiper-aspire-prev,
    .swiper-rtl .swiper-aspire-next {
        left: 76% !important;
    }

    .emp-img {
        height: 45px;
        width: 45px;
    }

    .swiper-navbtn::before,
    .swiper-navbtn::after {
        font-size: 0.8rem;
        font-weight: 600;
    }

    .emp-name {
        font-size: 0.9rem !important;
    }

    .emp-description {
        font-size: 0.7rem;
    }

    .s-link,
    .f-link {
        width: 350px;
    }

    .form-control {
        font-size: 0.9rem !important;
    }

    .txt-12 {
        font-size: 0.85rem;
        margin-left: 5px;
    }

    .txt-dep {
        font-size: 0.65rem;
        color: #034ea2;
    }

    .a-link {
        padding: 1rem !important;
        margin: 0.1rem 0.5rem 0.1rem 2.5rem;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        color: #54595E;
        font-weight: 400;
    }

    .a-know {
        padding: 1rem !important;
        border-radius: 4px;
        border: 1px solid #d9d9d9;
        color: #54595E;
        font-weight: 400;
        margin: 0.1rem;
    }

    .modal-body .a-content {
        font-size: 0.85rem;
        color: #54595E99;
        font-weight: 400;
        margin-bottom: 0;
        line-height: 1.5;
    }
    .modal-close {
        padding: 5px!important;
    }

    .pulse-btn-closee {
    padding: 0.65rem 3rem !important;
    font-size: 0.9rem !important;
}
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .alert {
        padding: 0.9rem 2rem !important;
    }

    .alert span {
        font-size: 1rem;
    }

    .close {
        padding: .7rem 2rem !important;
    }

    .carousel-indicators li {
        width: 8px !important;
        height: 8px !important;
    }

    .bg-grey {
        padding: 1.2rem 2.1rem !important;
    }

    .bg-pink {
        padding: 1.2rem 2.1rem !important;
    }

    .swiper-bday-next,
    .swiper-rtl .swiper-bday-prev,
    .swiper-anni-next,
    .swiper-rtl .swiper-anni-prev,
    .swiper-aspire-next,
    .swiper-rtl .swiper-aspire-prev {
        right: 35px !important;
    }

    .pulse-btn-closee {
   padding: 0.65rem 3rem !important;
    font-size: 0.9rem !important;
}

    /* .swiper-bday-prev,
    .swiper-rtl .swiper-bday-next,
    .swiper-anni-prev,
    .swiper-rtl .swiper-anni-next,
    .swiper-aspire-prev,
    .swiper-rtl .swiper-aspire-next {
        left: 81% !important;
    } */

}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px){
    .swiper-news-next, .swiper-news-prev {
        display: block; /* Display arrows on mobile */
      }

    .alert {
        padding: .75rem !important;
    }

    .alert span {
        font-size: 0.68rem;
    }

    .alert button img {
        width: 15px;
    }

    .ml-5,
    .mx-5 {
        margin-left: 1rem !important;
    }

    .close {
        padding: 0.7rem 1rem !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 42% !important;
        width: 2% !important;
        height: 10%;
        border-radius: 4px;
    }

    .carousel-indicators li {
        width: 6px !important;
        height: 6px !important;
    }

    .carousel-control-prev {
        left: 3.8% !important;
    }

    .bg-grey .txt-10,
    .bg-pink .txt-10 {
        font-size: 0.9rem;
    }

    .bg-grey .txt-11,
    .bg-pink .txt-11 {
        font-size: 0.7rem !important;
    }

    .bg-grey {
        padding: 0.7rem 2rem !important;
    }

    .bg-pink {
        padding: 0.7rem 2rem !important;
    }

    .pd-12 {
        padding: 1.2rem 2rem !important;
    }

    .pd-11 {
        padding: 1.2rem 1.85rem !important;
    }

    .pd-14 {
        padding: 0.85rem !important;
    }

    .font-16 {
        font-size: 1rem !important;
    }

    div.accordion:before {
        font-size: 1rem !important;
    }

    .swiper-container {
        margin-top: 1rem;
    }

    .swiper-event-next,
    .swiper-rtl .swiper-event-prev {
        right: 5px !important;
    }

    .swiper-event-prev,
    .swiper-rtl .swiper-event-next {
        left: 89% !important;
    }

    .swiper-bday-next,
    .swiper-rtl .swiper-bday-prev,
    .swiper-anni-next,
    .swiper-rtl .swiper-anni-prev,
    .swiper-aspire-next,
    .swiper-rtl .swiper-aspire-prev {
        right: 30px !important;
    }

    .swiper-bday-prev,
    .swiper-rtl .swiper-bday-next,
    .swiper-anni-prev,
    .swiper-rtl .swiper-anni-next,
    .swiper-aspire-prev,
    .swiper-rtl .swiper-aspire-next {
        left: 77% !important;
    }

    .a-card .a-icons {
        height: 20px;
        width: 20px;
    }

    .a-card p {
        font-size: 0.6rem;
    }

    .emp-name {
        font-size: 0.85rem;
    }

    .emp-description {
        font-size: 0.7rem;
    }

    .emp-img {
        height: 35px !important;
        width: 35px !important;
    }

    .workani-swiper-event,
    .aspire-swiper-event,
    .bday-swiper-event {
        margin-top: -20px !important;
        position: absolute;
    }

    .event-container {
        height: 84% !important;
    }

    .modal-footer {
        padding: 0.5rem 1rem 1rem !important;
        border-top: 0 !important;
    }

    .modal-body {
        padding: 0.5rem 1.5rem 0 !important;
    }
    .modal-close {
    padding: 10px!important;
}

    .btn-closee {
        padding: 0.3rem 1rem !important;
        font-size: 0.65rem !important;
    }

    .pulse-btn-closee {
    padding: 0.3rem 1rem !important;
        font-size: 0.65rem !important;
}

    .modal-lg {
        display: block !important;
    }

    .modal-md {
        display: none;
    }

    .modal-header h5 {
        font-size: 1rem;
    }

    .modal-body a {
        font-size: 0.85rem;
    }

    .modal-title {
        font-size: 1rem;
    }

    .modal-header-partner {
        padding: 0.5rem 1.5rem !important;
    }

    .sub-header {
        font-size: 0.8rem;
        padding: 0.5rem 1.5rem !important;
    }

    .sub-modal-body table th {
        font-size: 0.8rem;
    }

    .sub-modal-body table tr td {
        font-size: 0.8rem;
    }

    .sub-modal-body table tr td a {
        font-size: 0.75rem;
    }

    .marsh-modal-footer .footer-font {
        font-size: 0.8rem !important;
    }

    .marsh-modal-footer .footer-font a {
        font-size: 0.8rem !important;
    }

    /* .btn {
        font-size: 0.85rem !important;
    } */

    .modal-header-marsh {
        padding: 0.5rem 1.5rem !important;
        border-bottom: 0 !important;
    }

    .sub-modal-body {
        margin: 0.1rem 1.5rem !important;
    }

    .marsh-modal-footer {
        padding: 0.5rem 1.5rem 1.8rem !important;
    }

    .partner-modal-footer,
    .more-modal-footer {
        padding: 0.5rem 1.8rem 1rem !important;
    }

    .modal-header {
        padding: 0.5rem 1.5rem !important;
    }

    .f-link {
        margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
    }

    .s-link {
        margin: 0.1rem 1.5rem 0.1rem 0.5rem !important;
    }

    .modal-body a .brd-p,
    .p-text {
        font-size: 0.8rem;
    }

    .accordion-button {
        padding: 1px 10px !important;
    }

    .font-14-400 {
        font-size: 12px !important;
    }

    .text-14-600 {
        font-size: 12px !important;
    }

    .font-14-600 {
        font-size: 12px !important;
    }

    .font-10-600 {
        font-size: 10px !important;
    }

    .font-12-600 {
        font-size: 10px !important;
    }

    .wrk-modal-body {
        margin: 0.1rem 1.5rem !important;
    }

    .txt-12 {
        font-size: 13px;
        margin-left: 5px;
    }

    .txt-dep {
        font-size: 11px;
        color: #034ea2;
    }

    .a-link {
        padding: 0.5rem 1rem !important;
        margin: 0.1rem 2rem 0 1.5rem;
        font-size: 0.8rem;
        width: 100%;
    }

    .a-know {
        padding: 0.5rem 1rem !important;
        font-size: 0.8rem;
        margin: 0.1rem;
        width: 100%;
        margin: 0.1rem 2rem 0 2rem;
    }

    .modal-body .a-content {
        font-size: 0.8rem;
        line-height: 1.5;
    }

    .modal-body .a-support h6 a {
        font-size: 0.8rem !important;
        font-weight: 400;
        padding: 0 !important;
        color: #ed0677;
        text-decoration: underline;
    }

    .form-control {
        font-size: 0.8rem !important;
    }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .alert {
        padding: .75rem 1rem !important;
    }

    .alert span {
        font-size: 0.8rem;
    }

    .alert button img {
        width: 20px;
    }

    .close {
        padding: .56rem 1.5rem !important;
    }

    .carousel-indicators li {
        width: 12px !important;
        height: 12px !important;
    }

    .bg-grey {
        padding: 1.2rem 2rem !important;
    }

    .bg-pink {
        padding: 1.2rem 2rem !important;
    }

    .bg-grey .txt-10,
    .bg-pink .txt-10 {
        font-size: 1.125rem;
    }

    .bg-grey .txt-11,
    .bg-pink .txt-11 {
        font-size: 1.1rem;
    }

    .font-16 {
        font-size: 1.2rem !important;
    }

    div.accordion:before {
        font-size: 1.2rem !important;
        margin-right: 1rem;
    }

    .swiper-event-prev,
    .swiper-rtl .swiper-event-next {
        left: 15% !important;
    }

    .swiper-event-next,
    .swiper-rtl .swiper-event-prev {
        right: 5px !important;
    }

    .swiper-bday-prev,
    .swiper-rtl .swiper-bday-next,
    .swiper-anni-prev,
    .swiper-rtl .swiper-anni-next,
    .swiper-aspire-prev,
    .swiper-rtl .swiper-aspire-next {
        left: 78% !important;
    }
    .modal-close{
        padding: 10px!important;
    }

}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .swiper-news-next, .swiper-news-prev {
        display: block; /* Display arrows on mobile */
      }

    .alert {
        padding: .75rem 2rem !important;
    }

    .alert span {
        font-size: 0.75rem;
    }

    .alert button img {
        width: 18px !important;
    }

    .close {
        padding: 0.55rem 1rem !important;
    }

    .alert .alert-btn {
        padding: 2px 6px !important;
    }

    .carousel-control-prev {
        left: 3.2% !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 3% !important;
        height: 12% !important;
    }

    .mtop-3{
        margin-top: 0.8rem;
    }

    /* .carousel-indicators li {
width: 10px !important;
height: 10px !important;
} */

    .bg-grey .txt-10,
    .bg-pink .txt-10 {
        font-size: 0.95rem;
    }

    .bg-grey .txt-11,
    .bg-pink .txt-11 {
        font-size: 0.8rem !important;
    }

    .swiper-event-next,
    .swiper-rtl .swiper-event-prev {
        right: 5px !important;
    }

    /* .pd-14 {
padding: 1rem;
} */

    .modal-lg {
        display: block !important;
    }

    .modal-md {
        display: none;
    }

    .modal-close {
        padding: 6px !important;
    }

    /* .modal-title {
        font-size: 1.25rem !important;
    } */

    .modal-body a {
        font-size: 1rem;
    }

    /* .marsh-modal-footer .footer-font {
        font-size: 1rem !important;
    } */

    /* .marsh-modal-footer .footer-font a {
        font-size: 1rem !important;
    } */

    .modal-body a .brd-p,
    .p-text {
        font-size: 1rem !important;
    }

    .accordion-button {
        padding: 1px 10px !important;
    }

    .font-14-400 {
        font-size: 14px !important;
    }

    .text-14-600 {
        font-size: 14px !important;
    }

    .font-14-600 {
        font-size: 14px !important;
    }

    .font-10-600 {
        font-size: 12px !important;
    }

    .font-12-600 {
        font-size: 12px !important;
    }

    .form-control {
        font-size: 1rem !important;
    }

    .wrk-modal-body {
        margin: 0.1rem 1.5rem !important;
    }

    .s-link {
        margin: 0.1rem 1.5rem 0.1rem 0.5rem !important;
        width: 100%;
    }

    .f-link {
        margin: 0.1rem 0.5rem 0.1rem 1.5rem !important;
        width: 100%;
    }

    .txt-12 {
        font-size: 14px;
        margin-left: 5px;
    }

    .txt-dep {
        font-size: 12px;
        color: #034ea2;
    }

    .a-link {
        font-size: 1rem !important;
    }

    .a-know {
        font-size: 1rem !important;
    }

    .modal-body .a-content {
        font-size: 1rem;
        line-height: 1.5;
    }

    /* .sub-header {
        font-size: 1rem;
    } */

    /* .sub-modal-body table th {
        font-size: 1rem;
    } */

    /* .sub-modal-body table tr td {
        font-size: 1rem;
    }

    .sub-modal-body table tr td a {
        font-size: 1rem;
    } */
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .alert {
        padding: .65rem 1rem !important;
    }

    .alert span {
        font-size: 0.55rem !important;
    }

    .alert button img {
        width: 15px !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 6px !important;
        height: 6px !important;
    }

    .alert .alert-btn {
        padding: 2px 3px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 42% !important;
        width: 2% !important;
        height: 10%;
        border-radius: 0px;
    }

    .carousel-indicators li {
        width: 6px !important;
        height: 6px !important;
    }

    /* .carousel-control-prev {
        left: 4.5% !important;
    } */

    .close {
        padding: 0.6rem 1rem !important;
    }

    .txt-10 {
        font-size: 0.70rem !important;
    }

    .bg-grey {
        padding: 0.5rem 1rem !important;
    }

    .bg-pink {
        padding: 0.5rem 1rem !important;
    }

    .txt-11 {
        font-size: 0.65rem !important;
        margin-top: 0.25rem;
    }

    .pd-11 {
        padding: 1rem !important;
    }

    .pd-12 {
        padding: 1rem !important;
    }

    .pd-14 {
        padding: 1.2rem !important;
    }

    div.accordion:before {
        font-size: 0.80rem;
        margin-right: 0.5rem;
        margin-left: 0;
    }

    .mtop-3 {
        margin-top: 1rem;
    }

    .mb-2{
        margin-bottom: 0 !important;
    }

    .font-16 {
        font-size: 0.8rem !important;
        font-weight: 600;
    }

    .txt-12 {
        font-size: 0.7rem;
        margin-left: 5px;
    }

    /* .swiper-bday-prev,
.swiper-rtl .swiper-bday-next,
.swiper-anni-prev,
.swiper-rtl .swiper-anni-next,
.swiper-aspire-prev,
.swiper-rtl .swiper-aspire-next {
    left: 85%;
} */

    .swiper-event-next,
    .swiper-rtl .swiper-event-prev {
        right: 5px !important;
    }

    .swiper-navbtn::before,
    .swiper-navbtn::after {
        font-size: 0.65rem !important;
        font-weight: 600;
    }

    .swiper-event-prev,
    .swiper-rtl .swiper-event-next {
        left: 91% !important;
    }

    .news-details .news-title h5 {
        font-size: 0.5rem !important;
    }

    .swiper-slide:nth-child(2n+1) .news-card .news-details .news-title h4 {
        padding: 3px 7px !important;
        font-size: 0.55rem !important;
    }

    .news-card .news-details p {
        font-size: 0.45rem !important;
        line-height: 1.3;
    }

    .news-card .news-details {
        padding: 5px 10px !important;
    }

    .swiper-slide:nth-child(2n) .news-card .news-details .news-title h4 {
        padding: 3px 7px !important;
        font-size: 0.55rem !important;
    }

    .swiper-slide .news-card {
        height: 185px !important;
    }

    .news-card .news-details a {
        font-size: 0.5rem !important;
    }

    .workani-swiper-event,
    .aspire-swiper-event,
    .bday-swiper-event {
        margin-top: -21px !important;
        position: absolute;
    }

    .swiper-bday-next,
    .swiper-rtl .swiper-bday-prev,
    .swiper-anni-next,
    .swiper-rtl .swiper-anni-prev,
    .swiper-aspire-next,
    .swiper-rtl .swiper-aspire-prev {
        right: 26px !important;
    }

    /* .swiper-bday-prev,
    .swiper-rtl .swiper-bday-next,
    .swiper-anni-prev,
    .swiper-rtl .swiper-anni-next,
    .swiper-aspire-prev,
    .swiper-rtl .swiper-aspire-next {
        left: 88% !important;
    } */

    .modal-header {
        padding: 0.5rem 1rem !important;
    }

    .modal-header h5 {

        font-size: 0.85rem;
    }

    .cross {
        width: 70% !important;
    }

    .modal-footer {
        padding: 0 0.8rem 1rem !important;
        border-top: 0 !important;
    }

    .modal-body {
        padding: 0rem 1rem 0 !important;
    }

    .btn-closee, .pulse-btn-closee {
        padding: 0.2rem 1rem !important;
        font-size: 0.7rem !important;
    }

    .modal-close {
        padding: 2px 0 !important;
    }

    .modal-body p {
        margin-bottom: 0.3rem !important;
        font-size: 0.8rem;
    }

    .modal-title {
        font-size: 0.8rem;
    }

    .modal-header-marsh {
        padding: 0.5rem 1.2rem !important;
    }

    .sub-header {
        padding: 0.2rem 1.2rem !important;
        font-size: 0.65rem;
    }

    .sub-modal-body {
        padding: 0.5rem !important;
        background: #f4f4f4;
        margin: 0.1rem 1.2rem;
    }

    .sub-modal-body table th {
        font-size: 0.65rem;
    }

    .sub-modal-body table tr td {
        font-size: 0.65rem;
        font-weight: 400;
        color: #54595ECC;
    }

    .sub-modal-body table tr td a {
        font-size: 0.65rem;
    }

    td,
    th {
        padding: 2px 5px;
    }

    .marsh-modal-footer,
    .partner-modal-footer,
    .more-modal-footer {
        padding: 0.5rem 1.2rem 1.8rem !important;
    }

    .marsh-modal-footer .footer-font {
        font-size: 0.65rem !important;
    }

    .marsh-modal-footer .footer-font a {
        font-size: 0.65rem !important;
    }

    .dropdown-item {
        font-size: 0.7rem;
    }

    .modal-header-partner {
        padding: 0.5rem 1.2rem !important;
        border-bottom: 0 !important;
    }

    .modal-body a .brd-p {
        font-size: 0.7rem;
    }

    .a-link {
        padding: 0.5rem !important;
        margin: 0.1rem 0.5rem 0.1rem 1rem;
        font-size: 0.8rem;
    }

    .a-know {
        padding: 0.5rem !important;
        font-size: 0.8rem;
    }

    .img-align {
        vertical-align: baseline !important;
        margin-right: 0.5rem !important;
        width: 6px;
    }

    .p-text {
        font-size: 0.7rem;
    }

    .accordion-button {
        padding: 0.5px 10px !important;
    }

    .font-14-400 {
        font-size: 10px;
    }

    .text-14-600 {
        font-size: 10px !important;
    }

    .font-14-600 {
        font-size: 10px !important;
    }

    .font-10-600 {
        font-size: 8px !important;
    }

    .font-12-600 {
        font-size: 8px !important;
    }

    .modal-lg {
        display: none;
    }

    .modal-md {
        display: block !important;
    }

    .emp-img {
        height: 40px;
        width: 40px;
    }

    .emp-name {
        font-size: 0.8rem;
    }

    .emp-description {
        font-size: 0.7rem;
    }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .alert span {
        font-size: 0.55rem !important;
        font-weight: 400;
        font-style: italic;
        color: #383838;
    }

    .alert {
        padding: 0.6rem 1.5rem !important;
        line-height: 1 !important;
    }

    .alert button img {
        width: 15px !important;
    }

    .alert .alert-btn {
        font-size: 0.75rem;
        padding: 2px 3px;
    }

    .ml-5,
    .mx-5 {
        margin-left: 0.5rem !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 45% !important;
        height: 15%;
        border-radius: 0px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 5px !important;
        height: 5px !important;
    }

    .close {
        padding: 1.1rem 0.5rem !important;
    }

    .carousel-indicators li {
        width: 5px !important;
        height: 5px !important;
    }

    .bg-grey .txt-10,
    .bg-pink .txt-10 {
        font-size: 0.65rem !important;
    }

    .bg-grey .txt-11,
    .bg-pink .txt-11 {
        font-size: 0.5rem !important;
    }

    .bg-grey {
        padding: 0.5rem 1rem !important;
    }

    .bg-pink {
        padding: 0.5rem 1rem !important;
    }

    div.accordion:before {
        font-size: 0.6rem !important;
        margin-right: 0.5rem !important;
        margin-left: 0rem !important;
    }

    .font-16 {
        font-size: 0.7rem !important;
    }

    .accordion-event::before {
        font-size: 0.6rem !important;
        margin-right: 0.5rem !important;
    }

    .pd-12 {
        padding: 0.85rem !important;
    }

    .pd-11 {
        padding: 0.85rem !important;
    }

    .pd-14 {
        padding: 1rem !important;
    }

    .bday-swiper-event,
    .workani-swiper-event,
    .aspire-swiper-event {
        margin-top: -18px !important;
        position: absolute;
    }

    .swiper-bday-next,
    .swiper-rtl .swiper-bday-prev,
    .swiper-anni-next,
    .swiper-rtl .swiper-anni-prev,
    .swiper-aspire-next,
    .swiper-rtl .swiper-aspire-prev {
        right: 30px !important;
        display: none;
    }

    .swiper-bday-prev,
    .swiper-rtl .swiper-bday-next,
    .swiper-anni-prev,
    .swiper-rtl .swiper-anni-next,
    .swiper-aspire-prev,
    .swiper-rtl .swiper-aspire-next {
        left: 82%;
        display: none;
    }

    .w-years {
        padding: 1.5px 5px;
    }

    .modal-header {
        padding: 0.5rem 1rem !important;
    }

    .modal-header h5 {
        font-size: 0.8rem;
    }

    .modal-footer {
        padding: 0.5rem !important;
        border-top: 0 !important;
    }

    .modal-body {
        padding: 0rem 1rem 0 !important;
    }

    .cross {
        width: 70% !important;
    }

    .btn-closee, .pulse-btn-closee {
        padding: 0.2rem 0.6rem !important;
        font-size: 0.6rem !important;
        margin-bottom: 1rem;
    }

    .modal-close {
        padding: 2px 0 !important;
    }

    .modal-body p {
        margin-bottom: 0.3rem !important;
        font-size: 0.65rem;
    }

    .modal-title {
        font-size: 0.75rem;
    }

    .modal-header-marsh {
        padding: 0.5rem 1.2rem !important;
    }

    .sub-header {
        padding: 0.2rem 1.2rem !important;
        font-size: 0.65rem;
    }

    .sub-modal-body {
        padding: 0.5rem !important;
        margin: 0.1rem 1.2rem;
    }

    .sub-modal-body table th {
        font-size: 0.65rem;
    }

    /* tr {
        display: block;
    } */

    .sub-modal-body table tr td {
        font-size: 0.55rem;
    }

    .sub-modal-body table tr td a {
        font-size: 0.55rem;
    }

    td,
    th {
        padding: 2px 5px;
    }

    .dropdown-toggle {
        font-size: 0.6rem !important;
        padding: 0 !important;
    }

    .partner-modal-footer,
    .more-modal-footer {
        padding: 1.2rem 1rem 0 !important;
    }

    .marsh-modal-footer {
        padding: 0rem 1.2rem !important;
    }

    .marsh-modal-footer .footer-font {
        font-size: 0.55rem !important;
    }

    .marsh-modal-footer .footer-font a {
        font-size: 0.55rem !important;
    }

    .dropdown-item {
        font-size: 0.8rem;
    }

    .modal-header-partner {
        padding: 0.5rem 1.2rem !important;
    }

    .modal-body a .brd-p {
        font-size: 0.6rem;
    }
    

    .s-link {
        margin: 0.1rem 1rem 0 0 !important;
        margin-bottom: 1rem !important;
    }

    .f-link {
        margin: 0.1rem 1rem !important;
        margin-bottom: 1rem !important;
    }

    .wrk-modal-body {
        margin: 0.1rem 1rem !important;
        margin-bottom: 1rem !important;
    }

    .form-control {
        font-size: 0.6rem !important;
    }

    .a-link {
        margin: 0.1rem 1rem !important;
        width: 90%;
        font-size: 0.65rem !important;
        padding: 0.2rem 0.5rem !important;
    }

    .a-know {
        margin: 0.1rem 0.5rem !important;
        font-size: 0.65rem !important;
        width: 90%;
        padding: 0.2rem 0.5rem !important;
    }

    .txt-10, .txt-max{
        font-size: 0.6rem !important;
    }
   

    .img-align {
        vertical-align: baseline !important;
        margin-right: 0.5rem !important;
        width: 8px;
    }

    .p-text {
        font-size: 0.6rem !important;
    }

    .accordion-button {
        padding: 0.5px 10px !important;
    }

    .font-14-400 {
        font-size: 10px !important;
    }

    .text-14-600 {
        font-size: 10px !important;
    }

    .font-14-600 {
        font-size: 10px !important;
    }

    .font-10-600 {
        font-size: 8px !important;
    }

    .font-12-600 {
        font-size: 8px !important;
    }

    .emp-img {
        height: 35px;
        width: 35px;
    }

    .emp-name {
        font-size: 0.75rem;
    }

    .emp-description {
        font-size: 0.65rem;
    }

    .accordion-button {
        padding: 0 10px !important;
    }
    /* .btn{
        padding: 0 !important;
    } */
}