html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

#whole-content {
    min-height: 100vh;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
.text-light {
    color: #fffffe;
}
/*layout css start*/
.addGradient {
    background: rgb(0 0 139);
    /*background: linear-gradient(0deg, rgba(53,53,53,1) 0%, rgba(34,34,34,1) 27%, rgba(44,44,44,1) 43%, rgba(44,43,36,1) 61%, rgba(52,44,44,1) 75%);*/
}

.secondarHeaderWithItems {
    background-image: url('/images/greyheaderbar.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nav-link.active {
    color: #fff !important;
    border: none !important;
    cursor: pointer;
    background: #000;
    height: auto;
    border-radius: 50px;
    font-weight: 700;
}

.addNewStyleToNavbar .nav-link {
    font-weight: 700;
    padding: 0px;
    text-transform: uppercase;
    border-radius: 50px;
}

.addNewStyleToNavbar .nav-item {
    padding: 10px 0;
}

    .addNewStyleToNavbar .nav-item:hover .nav-link {
        color: #fff !important;
        background: #000;
    }
/*layout css end*/

.navbar-top-01 .nav-link {
    color: #fffffe !important;
}

.dropdown-topLink .dropdown-toggle::after {
    display: none;
}

.dropdown-topLink .dropdown-menu {
    background-color: #fffffe;
    border: 2px solid #000;
    color: #3e627a;
}

.dropdown-topLink .dropdown-item {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

    .dropdown-topLink .dropdown-item:hover, .dropdown-item.active {
        color: #fff;
        background-color: #000;
    }



.dropdown-topheader-01 .dropdown-toggle::after {
    display: none;
}

.dropdown-topheader-01 .dropdown-menu {
    background-color: #fffffe;
    border: 2px solid #000;
    color: #3e627a;
}

.dropdown-topheader-01 .dropdown-item {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
    .dropdown-topheader-01 .dropdown-item:hover {
        color: #fff;
        background-color: #000;
    }
    .dropdown-topheader-01 .dropdown-item.active {
        color: #fff;
        background-color: #000;
    }
.header-logo {
    position: relative;
    height: 75px;
    width: auto;
}

@media only screen and (max-width:993px) {
    .header-logo {
        height: 70px !important;
    }
    .desktop-logo {
        display: none;
    }
}
@media only screen and (max-width: 2550px) and (min-width: 993px) {
    .mobile-logo {
        display: none;
    }
}

.fs-large {
    font-size: large;
}

.fs-medium {
    font-size: medium;
}

.fs-small {
    font-size: small;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-21 {
    font-size: 21px;
}
.fs-22 {
    font-size: 22px;
}

.navbar-p-01 {
   padding-top: 6px;
}
    /*.navbar-p-01 .nav-link:hover, .nav-link.active {
        color: #3e627a !important;
        border-width: 4px;
        border-style: solid;
        border-color: #1d3748;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        outline-offset: -3px;
        cursor: pointer;*/
        /* width: 130px;*/
    /*}*/



.bottom-navbar {
    box-shadow: 0 3px 6px 2px rgba(77,77,77,.1);
    z-index: 999;
}
.nav-item .nav-link{
    padding-left:8px !important;
    padding-right:8px !important;
}
.navbar-p-01 .nav-link {
    font-size: 16.5px;
    line-height: 29px;
    color: #000 !important;
}

.nav-social-links {
    display: none !important;
}

.nav-social-links a {
    cursor: pointer
}

@media only screen and (min-width: 1200px) {
    .nav-social-links {
        display: flex !important;
    }

}

@media only screen and (max-width: 426px) {
    .dropdown-mobile {
        left: -75% !important;
    }
}

.user-layout .custom-nav-item {
    margin: 0px 12px;
}

/*@media only screen and (max-width: 768px) {
    .navbar-p-01 {
        width: 45%;
    }
}

    @media screen and (max-width: 993px) and (min-width: 769px) {
        .navbar-p-01 {
            width: 35%;
        }
    }*/

.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}

.card-header-bg {
    background-image: url('../images/sign-up/sign-up-banner-bg.png');
    background-size: cover;
    /*background-position: center center;*/
    background-repeat: no-repeat;
    height: 120px;
    border-radius: 10px 10px 0 0 !important;
}

.card-inner-label {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.card-topheader-label {
    font-size: 31px;
    line-height: 45px;
    color: #fff;
    font-family: "Papyrus";
}

.sign-up-title {
    margin-inline-start: 150px;
}

.sign-up-title h3 {
    margin-block-end: 0;
}

.form-label-text {
    margin-bottom: 2px;
    font-size: 14px;
    /*line-height: 16px;*/
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}

.input-field-control {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #9f9f9f;
}
.check-labeltext {
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.input-field-control option{
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.check-input-box {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    border: 1px solid #9f9f9f;
}
.check-input-small-box {
    width: 18px;
    height: 18px;
    border: 1px solid #9f9f9f;
}



.text-link {
    color: #007dff;
}
.btn-submit {
    border-radius: 10px;
    background-color: #000000;
    padding: 8px 32px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}
.btn-post {
    border-radius: 10px;
   
    padding: 8px 28px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
  
    font-family: 'Open Sans', sans-serif;
}

.card-border-radius{
    border-radius: 10px;
}
.card-body-padding {
    padding: 30px 30px 28px 35px;
}
.height-400px {
    height: 400px;
}
.height-500px{
    height: 500px;
}
.margin-75px{
    margin: 75px;
}

/* CHECKMARK */
.funds-checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 5;
    stroke-miterlimit: 10;
    stroke: #33bb11;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.funds-checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 5;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    -webkit-box-shadow: inset 0px 0px 0px #33bb11;
    box-shadow: inset 0px 0px 0px #33bb11;
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.funds-checkmark-check {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .funds-display-on-ie {
        display: block;
    }

    .funds-checkmark {
        display: none;
    }

    .funds-ie-checkmark-circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 5;
        stroke-miterlimit: 10;
        stroke: #33bb11;
        fill: none;
        -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    .funds-ie-checkmark {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: block;
        stroke-width: 5;
        stroke: #ffffff;
        stroke-miterlimit: 10;
        margin: 10% auto;
        -webkit-box-shadow: inset 0px 0px 0px #33bb11;
        box-shadow: inset 0px 0px 0px #33bb11;
        -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
        animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    }

    .funds-ie-checkmark-check {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    }
}

.funds-display-on-ie {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .funds-display-on-ie {
        display: block;
    }

    .funds-checkmark {
        display: none;
    }

    .funds-ie-checkmark-circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 5;
        stroke-miterlimit: 10;
        stroke: #33bb11;
        fill: none;
        -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    .funds-ie-checkmark {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: block;
        stroke-width: 5;
        stroke: #ffffff;
        stroke-miterlimit: 10;
        margin: 10% auto;
        -webkit-box-shadow: inset 0px 0px 0px #33bb11;
        box-shadow: inset 0px 0px 0px #33bb11;
        -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
        animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    }

    .funds-ie-checkmark-check {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    }
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes scale {
    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes scale {
    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #33bb11;
        box-shadow: inset 0px 0px 0px 30px #33bb11;
    }
}

@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #33bb11;
        box-shadow: inset 0px 0px 0px 30px #33bb11;
    }
}

@media only screen and (max-width: 768px) {
    .funds-checkmark-text-container {
        display: block;
    }
}



a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    line-height: 60px;
    background: #f0ffff;
}

/*star rating css*/
/*.rating {
    display: inline-block;
    font-size: 24px;
}

    .rating input {
        display: none;
    }

    .rating label {
        cursor: pointer;
    }

        .rating label::before {
            content: "\2606";*/ /* Empty star */
        /*}

    .rating input:checked ~ label::before {
        content: "\2605";*/ /* Filled star */
        /*color: #1d3647;
    }*/




.height-100vh {
    height: 100vh;
}

.box-chat-card {
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 12px;
    border-top-left-radius: 0px;
}
.chat-user-img {
    width: 70px;
    height: 70px;
}
.custom-message-modal .modal-content {
    height: 610px;
}
.modal-extra-large {
    max-width: 1280px;
}
.scroll-yaxis-custom {
    overflow-y: scroll;
    height: 275px;
}
.padding-notify-btn {
    padding: 4px 8px;
}
.notify-img-user {
    width: 38px;
    height: 38px;
}
.notify-card-scroll{
    overflow-y: scroll;
    height: 225px;
}

.logo-img-profile {
    width: 110px;
    height: 110px;
}
.circle-icon-edit{
    width: 42px;
    height: 42px;
}
.lh-40px{
    line-height: 40px !important;
}
.py-50px{
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-blue {
    color: #25509f;
}
.text-darkblue {
    color: #1d3748;
}
.border-darkblue {
    border-color: #1d3748 !important;
}

.custom-width-50 {
    width: 50%;
}
@media screen and (max-width: 769px) {
    .custom-width-50 {
        width: 100%;
    }
}

/* Sweetalert css*/

/*.swal2-popup {
    font-size: 14px;
}*/

/* Loader styles start */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ececece3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
    #loader img {
        max-width: 100px;
    }
/* Loader styles end */

/* back to top styles start */
#backToTop {
    display: none; 
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 48px;
    height: 48px;
}

    #backToTop:hover {
        background-color: #4b4949;
    }

/* back to top styles end */
.h-200px {
    height: 200px;
}
.w-400px{
    width: 400px;
}
.bg-blue {
    background: #1d3748;
}

.w-90{
    width: 90%;
}
.cutom-input-group {
    line-height: 2.0;
    border: 1px solid #9f9f9f;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.border-right-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.custom-tabs .tab-link.active {
    background: #6e6e6e;
    color: #ffffff;
}
.custom-tabs .tab-link {
    background-color: #dddddd;
    color: #1d3748;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}
/* Summernote editor before class start */
.note-icon-caret:before {
    display: none !important;
}
.note-editable {
    font-size: 18px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}
.note-editor {
    width: 100%;
}
.note-editable h1 {
    font-size: 2em !important;
    font-weight: bold;
}
.note-editable h2 {
    font-size: 1.5em !important;
    font-weight: bold;
}
.note-editable h3 {
    font-size: 1.17em !important;
    font-weight: bold;
}
.note-editable h4 {
    font-size: 1em !important;
    font-weight: bold;
}
.note-editable h5 {
    font-size: 0.83em !important;
    font-weight: bold;
}
.note-editable h6 {
    font-size: 0.75em !important;
    font-weight: bold;
}
/* Summernote editor before class end */

.active-link {
    outline: 3px solid #007bff; 
}

#custom-tablist .nav-link {
    color: #0e0e0e;
}

#sub-tablist .nav-link {
    color: #0e0e0e;
}
#sub-tablist-applied .nav-link {
    color: #0e0e0e;
}
/*

    #custom-tablist .tab-link:active, .tab-link:focus{
        color: #40af11 !important;
        border-bottom: 3px solid #40af11 !important;
    }
    #custom-tablist .tab-link:focus-visible {
        outline: none !important;
    }*/
.bg-yellow {
    background-color: yellow;
}
/* two factor verfication css start */
.two-factor-auth-container {
    max-width: 550px;
    margin: auto;
    padding: 20px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.digit-input {
    width: 2.5rem;
    text-align: center;
    margin: 0 8px;
    padding: 5px;
}
/* two factor verfication css end */

.border-4px-dash {
    border: 4px dashed #000;
}

.empty-state {
   /* width: 750px;*/
    margin: 80px auto;
    background: #f7f7f7;
    border-radius: 50px;
}

.empty-state__content {
    padding: 48px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .empty-state__content .empty-state__icon {
        width: 200px;
        height: 200px;
        display: flex;
        align-items: center;
        border-radius: 200px;
        justify-content: center;
        background-color: #1d3748;
        box-shadow: 0px 2px 1px #e1e3ec;
    }
        .empty-state__content .empty-state__icon img {
            width: 170px;
        }

@media only screen and (max-width: 500px) and (min-width: 310px) {
    .empty-state__content .empty-state__icon img {
        width: 155px;
    }
    .check-mob-width {
        width: 33px;
        height: 22px;
    }
}

@media (min-width: 501px) and (max-width: 769px) {
    .check-mob-width {
        width: 35px;
        height: 22px;
    }
}
    .empty-state__content .empty-state__message {
        color: #38a169;
        font-size: 1.5rem;
        font-weight: 500;
        margin-top: 0.85rem;
    }

.text-shadow-custom {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.master-card-icon {
    width: 38px;
    height: 38px;
}
.payment-icon {
    width: 70px;
    height: 45px;
}

@media only screen and (max-width: 992px) {
    .padding-sm {
        padding-inline: 1.5rem !important
    }
}

/* Increase font size of select list elements */
.chosen-container-multi .chosen-choices li.search-choice span {
    font-size: 16px; /* Adjust the font size as needed */
}

/* Adjust dropdown size */
.chosen-container-multi .chosen-drop {
    width: 300px; /* Adjust the width as needed */
    max-height: 200px; /* Adjust the max-height as needed */
    height: 200px;
}
/* Increase font size of "Please Select" placeholder */
.chosen-container-multi .chosen-choices .search-field input {
    font-size: 16px; /* Adjust the font size as needed */
    height: 200px;
}

.agency-logo-favoriate {
    width: 260px;
    height: 260px;
    object-fit: cover;
}

.twitter-width {
    width: 40px;
    height: 40px;
}

.width-search-control{
    width: 284px !important;
}

.contract-title-head {
    font-size: 1.28rem;
    line-height: 34px;
    color: #25509f;
    font-weight: 500;
}
.contact-subtitle-link {
    font-size: 12px;
    color: black;
    font-weight: 800;
}

.subtitle-btn {
    padding: 3px 14px;
    background-image: url(../images/home/btn-background.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    color: black !important;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
}

.cont-card-header-bg {
    background-color: #f0f0f0;
}
.rounded-10 {
    border-radius: 10px;
}

.dot-circle-custom {
    width: 14px;
    height: 14px;
    border-radius: 8px;
}
.dot-bg-green {
    background-color: #79ad75;
}
.dot-bg-gray {
    background-color: #a1a1a1;
}
.dots-wh-CD01 {
    width: 8px;
    height: 8px;
    border-radius: 8px;
}


.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    border-bottom: 1px solid #000 !important;
}

    .accordion-button:not(.collapsed)::after {
        filter: grayscale(5);
    }

.accordion-button:focus {
    border: inherit;
    box-shadow: none !important;
}

.accordion-button {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.accordion-flush.border-bottom {
    border-bottom: 1px solid #9b9b9b !important;
}

#custom-tablist button {
    background: #dddddd;
    color: #757575;
    border: none !important;
    margin-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    #custom-tablist button.active {
        background: #6e6e6e;
        color: #ffffff;
    }

#sub-tablist button {
    background: #dddddd;
    color: #757575;
    border: none !important;
    margin-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    #sub-tablist button.active {
        background: #6e6e6e;
        color: #ffffff;
    }
#sub-tablist-applied button {
    background: #dddddd;
    color: #757575;
    border: none !important;
    margin-right: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#sub-tablist-applied button.active {
    background: #6e6e6e;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .dataTables_filter {
        margin-top: 10px;
    }
}

.custom-profile-img {
    width: 90px;
    height: 90px;
}

.bg-grey {
    background: #fafbfb;
}

.notification-top-bar {
    width: 100%;
    background: #FFA500;
    text-align: center;
    color: #000000;
    padding: 20px 0px;
    font-size: 22px;
}

@media (max-width: 576px) {
    .notification-top-bar {
        padding: 18px 18px;
        font-size: 16px;
    }
    .card-body-padding {
        padding: 20px 20px 20px 20px;
    }
}

.pbmit-company-logo img {
    width: 140px;
    height: 140px;
}

.pbmit-proposal-company-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* fund container message css start */
.funds-success-message-container {
    font-family: Roboto, "Segoe UI", "Helvetica Neue", sans-serif !important;
    color: #333;
    margin-top: 100px;
    max-width: 500px;
    margin: 80px auto;
}


.funds-checkmark-text-container {
    display: block;
    width: auto !important;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.funds-checkmark-container {
    height: 40px;
    padding: 0 4px 0 0px;
    display: inline-block;
    width: 70px;
    margin: 0 auto;
}

    .funds-checkmark-container:after {
        clear: both;
    }

.funds-success-done-text {
    vertical-align: middle;
    margin: 0;
    padding: 15px 0 0 0;
    display: inline;
}

.funds-success-message {
    text-align: center;
    margin-top: 2em;
}

    .funds-success-message h2 {
        margin-top: 0px;
    }

.funds-display-on-ie {
    display: none;
}
.form-label-text2 {
    margin-bottom: 2px;
    font-size: 14px;
    /*line-height: 16px;*/
    color: #4b4b4b;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
/* fund container message css end */

/* select2 css start */

.select2-container .select2-selection--multiple {
    min-height: 44px !important;
}

.select2-container .select2-search {
    padding-top: 8px !important;
    padding-left: 8px !important;
}

/* select2 css end */

.cursor-notAllowed {
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

/* Custom class for images inserted into Summernote */
.custom-edit-image img {
    max-width: 100% !important;
    display: block; 
}

.dataTables_wrapper > .row{
    padding:5px;
}

@media (min-width:992px) {
    .navbar-nav.front-site-menu .nav-item{
        margin-right:3px !important;
    }
        .navbar-nav.front-site-menu .nav-item .nav-link {
            text-transform: capitalize !important;
        }
}



/* Front Site Pages Style Begin */

.lh-20px {
    line-height: 28px !important;
}
/* Section Title with Lines */
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

    .section-title h2 {
        padding: 0 1rem;
    }

.line {
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #000;
    margin: 0 10px;
    top: -10px;
    position: relative;
}

.step-title {
    font-weight: 700;
    margin-bottom: 2rem;
}

/* Workflow Steps */
.workflow-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.workflow-step {
    margin-bottom: 1.5rem;
}

    .workflow-step .step-card {
        display: flex;
        align-items: center;
        padding: 10px 35px;
        border-radius: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        height: 100%;
        min-height: 120px;
        gap: 20px;
    }

        .workflow-step .step-card .step-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 90px;
            height: 90px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            flex-shrink: 0;
        }

            .workflow-step .step-card .step-icon i {
                font-size: 45px;
                color: white;
            }

    .workflow-step .step-content {
        flex-grow: 1;
    }

        .workflow-step .step-content h4 {
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .workflow-step .step-content p {
            margin-bottom: 0;
            font-size: 0.95rem;
        }

    .workflow-step .step-card-1 {
        background-color: #34a8d9 !important;
    }

        .workflow-step .step-card-1 .step-icon {
            background-color: #4fcbff;
        }

    .workflow-step .step-card-2 {
        background-color: #406bb7 !important;
    }

        .workflow-step .step-card-2 .step-icon {
            background-color: #80aeff !important;
        }

    .workflow-step .step-card-3 {
        background-color: #759560 !important;
    }

        .workflow-step .step-card-3 .step-icon {
            background-color: #a4d087 !important;
        }

    .workflow-step .step-card-4 {
        background-color: #346ed9 !important;
    }

        .workflow-step .step-card-4 .step-icon {
            background-color: #669cff !important;
        }

    .workflow-step .step-card-5 {
        background-color: #1b86a9 !important;
    }

        .workflow-step .step-card-5 .step-icon {
            background-color: #41b8df !important;
        }

    .workflow-step .step-card-6 {
        background-color: #6956a7 !important;
    }

        .workflow-step .step-card-6 .step-icon {
            background-color: #987bf4 !important;
        }

    .workflow-step .step-card-7 {
        background-color: #31af91 !important;
    }

        .workflow-step .step-card-7 .step-icon {
            background-color: #4cdab8 !important;
        }

    .workflow-step .step-card-8 {
        background-color: #a79845 !important;
    }

        .workflow-step .step-card-8 .step-icon {
            background-color: #d1bb41 !important;
        }

    .workflow-step .step-card-9 {
        background-color: #cfa739 !important;
    }

        .workflow-step .step-card-9 .step-icon {
            background-color: #ebbf47 !important;
        }



/* Responsive Adjustments */
@media (max-width: 768px) {
    .workflow-step-attorney .step-card {
        flex-direction: row !important;
        text-align: left !important;
    }

    .step-card {
        flex-direction: column;
        text-align: center;
    }

    .step-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .workflow-step .row {
        flex-direction: column;
    }

    .workflow-step:nth-child(even) .row {
        flex-direction: column-reverse;
    }

    .workflow-step {
        margin-bottom: 1.5rem;
    }

    .workflow-step-arrow-col-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .workflow-step-arrow-col-2 .workflow-step-arrow {
            transform: rotate(46deg);
            margin: 20px 0px;
        }

    .workflow-step-arrow-col-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        order: 2 !important
    }

        .workflow-step-arrow-col-1 .workflow-step-arrow {
            transform: rotate(-46deg);
            margin: 20px 0px;
        }

    .line-before::before {
        right: 60% !important;
    }

    .line-after::after {
        left: 60% !important;
    }

    .workflow-step-company {
        margin-top: 0px !important;
    }



        .workflow-step-company p {
            margin-bottom: 0px !important;
        }

        .workflow-step-company .step-content-col-1 {
            order: 2 !important;
        }

        .workflow-step-company .step-content {
            margin: 20px !important;
        }

        .workflow-step-company .step-content-col-1 .step-content {
            text-align: center !important;
        }

    .line-before span, .line-after span {
        position: relative;
    }

        .line-before span::before {
            content: "";
            height: 40px;
            width: 40px;
            background: #f0f4f7;
            position: absolute;
            bottom: -56px;
            transform: rotate(45deg);
            left: -5px;
        }

        .line-after span::before {
            content: "";
            height: 40px;
            width: 40px;
            background: #f0f4f7;
            position: absolute;
            bottom: -55px;
            transform: rotate(45deg);
            right: -5px;
        }

    .mob-arrow-company {
        display: inline-block;
        margin-top: -10px;
    }

    .mob-arrow-howItWork {
        display: block;
        text-align: center;
    }
}

/* Alternate layout for even steps on desktop */
@media (min-width: 768px) {
    .workflow-step:nth-child(even) .step-icon {
        margin-right: 0;
        margin-left: 1rem;
    }

    .workflow-step:nth-child(even) .step-content {
        text-align: right;
    }

    .workflow-step-arrow-col-2, .workflow-step-company-arrow-col-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .workflow-step-arrow-col-1, .workflow-step-company-arrow-col-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
    }

    .mob-arrow-company, .mob-arrow-howItWork {
        display: none;
    }
}



@media (max-width:1250px) and (min-width:1225px) {
    .process-row {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
}

@media (max-width:1225px) and (min-width:1200px) {
    .process-row {
        margin-left: -20px !important;
        margin-right: -20px !important;
        ;
    }
}

@media (min-width: 1200px) {

    .process-row {
        margin-left: -40px;
        margin-right: -40px;
        position: relative;
        top: 40px;
    }

    .img-col {
        display: block !important;
    }

    .workflow-step-attorney.step-10 {
        position: relative;
        top: -85px;
        left: 104px;
    }

    .workflow-step-attorney.step-9 {
        position: relative;
        top: -85px;
        left: 23px;
    }

    .workflow-step-attorney.step-8 {
        position: relative;
        top: -85px;
        left: -10px;
    }

    .workflow-step-attorney.step-7 {
        position: relative;
        top: -85px;
        left: 24px;
    }

    .workflow-step-attorney.step-6 {
        position: relative;
        top: -85px;
        left: 100px;
    }

    .workflow-step-attorney.step-1 {
        position: relative;
        top: -85px;
        right: 100px;
    }

    .workflow-step-attorney.step-2 {
        position: relative;
        top: -85px;
        right: 15px;
    }

    .workflow-step-attorney.step-3 {
        position: relative;
        top: -85px;
        right: -13px;
    }

    .workflow-step-attorney.step-4 {
        position: relative;
        top: -85px;
        right: 15px;
    }

    .workflow-step-attorney.step-5 {
        position: relative;
        top: -85px;
        right: 90px;
    }

    .mob-arrow {
        display: none;
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .workflow-step-attorney .step-card {
        justify-content: center !important;
        width: 540px;
        margin: 0 auto;
    }
}

@media (max-width:1199px) {
    .attorney-how-heading {
        margin-bottom: 0px !important;
    }

    .process-row .card-column-1 {
        order: 3 !important;
    }

        .process-row .card-column-1 .workflow-step-attorney .step-card {
            flex-direction: row-reverse !important;
        }

            .process-row .card-column-1 .workflow-step-attorney .step-card .step-content {
                text-align: left !important;
            }

    .mob-arrow {
        display: block !important;
        transform: rotate(45.5deg);
        text-align: center;
        margin: 20px 0px;
    }
}

@media (max-width: 576px) {
    .line {
        width: 50px !important;
        top: -5px !important;
        margin: 0px !important;
    }

    .line-before::before {
        width: 100px !important;
        right: 60% !important;
    }

    .line-after::after {
        width: 100px !important;
        left: 60% !important;
    }

    .process-row .col-xl-4 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .faq-banner .faq-inner .faq-search-container {
        width: 95% !important;
    }
}

@media (max-width: 992px) and (min-width:768px) {
    .about-workflow-step {
        margin-bottom: 30px;
    }
    .faq-banner .faq-inner .faq-search-container {
        width: 80% !important;
    }
}





/* Front Site Pages Style End */
/* Consideration Cards */
.consideration-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    border: none;
}

    .consideration-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

.number-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.consideration-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.consideration-card .card-text {
    color: #555;
    font-size: 14px !important;
    font-weight: 500 !important;
}


.workflow-step-card {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 120px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    border: 1px solid #787878;
}

.workflow-step-content {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 20px 35px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .workflow-step-content p {
        margin-bottom: 0px !important;
    }

.workflow-step-icon {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .workflow-step-icon i {
        font-size: 30px;
        color: #fff;
    }

.workflow-step-card-1 .workflow-step-icon {
    background-color: #1a92b0;
}

.workflow-step-card-2 .workflow-step-icon {
    background-color: #406bb7;
}

.workflow-step-card-3 .workflow-step-icon {
    background-color: #1aa680;
}

.workflow-step-card-4 .workflow-step-icon {
    background-color: #1ba2a9;
}

.workflow-step-card-5 .workflow-step-icon {
    background-color: #715090;
}

.workflow-step-card-6 .workflow-step-icon {
    background-color: #bc7134;
}

.workflow-step-card-7 .workflow-step-icon {
    background-color: #938406;
}

.workflow-step-card-8 .workflow-step-icon {
    background-color: #38963e;
}

.workflow-step-card-9 .workflow-step-icon {
    background-color: #ce963a;
}

.workflow-step-company {
    margin-top: 30px;
}

    .workflow-step-company .step-content h5 {
        font-size: 18px !important;
    }

.workflow-step-company-arrow {
    position: relative;
}

.line-before {
    position: relative;
}

    .line-before::before {
        content: '';
        height: 3px;
        width: 200px;
        position: absolute;
        top: 49%;
        right: 89%;
    }

.line-after {
    position: relative;
}

    .line-after::after {
        content: '';
        height: 3px;
        width: 200px;
        position: absolute;
        left: 89%;
        top: 49%;
    }

.workflow-step-company.step-1 .line-before::before {
    background: #1A92B0;
}

.workflow-step-company.step-2 .line-after::after {
    background: #406BB7;
}

.workflow-step-company.step-3 .line-before::before {
    background: #1AA680;
}

.workflow-step-company.step-4 .line-after::after {
    background: #E79F29;
}

.workflow-step-company.step-5 .line-before::before {
    background: #1BA2A9;
}

.workflow-step-company.step-6 .line-after::after {
    background: #BC7134;
}

.workflow-step-company.step-7 .line-before::before {
    background: #938406;
}

.workflow-step-company.step-8 .line-after::after {
    background: #38963F;
}

.workflow-step-company.step-9 .line-before::before {
    background: #715090;
}

.workflow-step-company.step-10 .line-after::after {
    background: #E8862E;
}

.workflow-step-attorney {
    margin-bottom: 20px;
}

    .workflow-step-attorney .step-card {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        border-radius: 50px;
        height: 100%;
        gap: 15px;
        background-color: #fff;
        border: 1px solid #787878;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s, box-shadow 0.3s;
        min-height: 100px;
    }

        .workflow-step-attorney .step-card .step-content h5 {
            font-size: 14px !important;
        }

        .workflow-step-attorney .step-card .step-content p {
            font-size: 11px !important;
        }

        .workflow-step-attorney .step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
        }

        .workflow-step-attorney .step-card .step-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.8rem;
            flex-shrink: 0;
        }

.icon-star {
    background-color: #8e44ad;
}

.icon-pen {
    background-color: #3498db;
}

.icon-check {
    background-color: #b7950b;
}

.icon-post {
    background-color: #4a69bd;
}

.icon-gear {
    background-color: #1abc9c;
}

.icon-envelope {
    background-color: #d35400;
}

.icon-form {
    background-color: #27ae60;
}

.icon-hat {
    background-color: #2c3e50;
}

.icon-handshake {
    background-color: #16a085;
}

.icon-chat {
    background-color: #f39c12;
}

.findEmployment-banner {
    padding: 30px;
    background-image: url('../images/frontsite/findEmployment_bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px;
}
.faq-banner {
    background-color: #e4e7ec !important;
    height:250px;
}

.faq-banner .faq-inner{
     display:flex;
     flex-direction:column;
     align-items:center;
     justify-content:center;
     height:100%;
}

.faq-banner .faq-inner .faq-search-container{
    width:70%;
    margin:0 auto;
}

.faq-banner .faq-inner .faq-search-container input{
    background-color:#d3d6dd !important;
    border-radius:0px !important;
    padding-top:15px !important;
    padding-bottom:15px !important;
    padding-right:15px !important;
    padding-left:50px !important;
}

.faq-banner .faq-inner .faq-search-container .faq-search-icon{
    position:absolute;
    top:28%;
    left:15px;
}

.faq-content p font {
    color: #212529 !important;
}

.faq-content p i {
    font-style: normal !important;
}