body {
    font-family: 'DM Sans' !important;
}

.c-bg-grey {
    background-color: #d4d4d4;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.c-ml-minus24 {
    margin-left: -24px !important;
}

.c-f-12 {
    font-size: 12px !important;
}

.c-gap {
    gap: 40px !important;
}

.flex-even {
    flex: 1;
}

.c-x-small{
    font-size: 12px;
}

.breadcrumb .breadcrumb-item a{
    color:rgb(108, 38, 173) !important;
}

.c-thin-border{
    border: 1px solid #212529!important;
}

.accordion-button:not(.collapsed){
    color : #212529!important;
    background-color : #eee!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)!important;
}

.accordion-button:focus{
    border : none!important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)!important;
}

.info-link a{
    color:rgb(108, 38, 173) !important;
}


.tab {
    float: left;
    border: 1px solid #ccc;
    border-right: none;
    background-color: #f1f1f1;
    height: max-content;
}
  
/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 22px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-bottom : 1px solid #ccc;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #fff;
    border-left:none;
    border-right:none;
    margin-left: -1px;
    color:#2f3797;
}

/* Style the tab content */
.tabcontent {
    /* float: right; */
    padding: 0px 12px;
    /* border: 1px solid #ccc; */
    /* width: 70%; */
    border-left: none;
    height: max-content;
}

.c-py-48 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.c-text-blue h1{
    font-size: 65px;
    letter-spacing: 4px;
}
.c-text-blue{
    color: #2f3797;
}

.c-w-40 {
    width: 40% !important;
}

.c-text-red {
    color: red;
}

.c-text-gray {
    color: gray;
}

.c-overlapped-text-block {
    position: absolute;
    top: -30px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.icon-bar {
    position: fixed;
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
  
.icon-bar a {
    display: block;
    text-align: center;
    padding: 5px 10px 5px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 12px;
    background-color: red;
    text-decoration: none;
}
.c-height-50{
    height: 50px!important;
}
.c-fs-sel{
    font-size:0.9rem!important;
}
.c-learn-more
{
    position: relative!important;
    top: -45px;
    left: 130px;
}
.c-box
{
    height: 130px;
    overflow-x: hidden;
}
.c-box p
{
    inline-size: 130px;
    overflow-wrap: break-word;
    hyphens: manual;
}
.c-f-montserrat-r
{
    font-family: 'Montserrat_Regular'!important;
}
.c-fs-13
{
    font-size:13px!important;
}
/* width */
::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
@media screen and (min-width: 765px) {
    .notice {
        padding: 40px 0px 25px 50px;
    }
}

@media screen and (max-width: 425px) {
    .c-box p
    {
        inline-size: 300px;
        overflow-wrap: break-word;
        hyphens: manual;
    }
}