@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Gotham" !important;
    background-color: #fff !important;
   /* background-color: #f9faff !important; - 2026-04-07 - dsteen - replaced for compliance */
}

@font-face {
    font-family: "GothamSSm Condensed";
    src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/GothamCondSSm-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.card {
    border: none !important;
}

.modal-content {
    border-radius: 10px !important;
}

.global-scope-color {
    background-color: #4a6eb1 !important;
}



/* Language Section Styles */

.language-section {
    height: 50px !important;
    background-color: #5e7297;
}

    .language-section div li {
        list-style: none;
        padding: 0px 10px;
    }

        .language-section div li p {
            font-size: 14px;
        }

        .language-section div li button {
            border-radius: 6px !important;
            padding: 5px 10px !important;
            font-size: 13px;
            background-color: #4a6eb1;
        }

        .language-section div li a {
            font-size: 14px;
            font-weight: 400;
            color: white;
        }



.responsive-language-section {
    height: 56px !important;
    background-color: #5e7297;
    padding: 0px 25px !important;
}

    .responsive-language-section li button {
        padding: 5px 10px;
        border-radius: 6px !important;
        border: none;
        font-size: 13px;
        background-color: #4a6eb1;
    }

    .responsive-language-section li a {
        padding: 5px 5px;
        border-radius: 6px;
        background-color: #4a6eb1;
        text-decoration: none !important;
        color: white !important;
        font-size: 13px;
    }

.lang {
    margin-bottom: 12px !important;
}

    .lang a {
        letter-spacing: 1px !important;
        color: #172e71 !important;
        font-size: 12px;
        font-weight: 500 !important;
        font-weight: lighter;
        font-family: "Manrope", sans-serif !important;
    }

.lang-sec-action li u a {
    cursor: pointer !important;
}



/* Navbar Header Syles */

.header {
    padding: 6px 32px;
    background-color: #4a6eb1;
}

    .header p {
        letter-spacing: 0px !important;
        font-family: "Gotham";
        font-size: 14px;
        font-weight: 400 !important;
    }

.nav-first-p {
    /* font-family: 'Manrope', sans-serif !important;  */

    font-weight: 600 !important;
    font-size: 13px !important;
}

.nav-second-p {
    /* font-family: 'Manrope', sans-serif !important; */

    letter-spacing: 100px !important;
    font-weight: lighter !important;
    font-size: 13px !important;
}

.navbar-toggler {
    outline: none !important;
    border: none !important;
}

.navbar-nav a li {
    padding: 0px 0px !important;
    background-color: #ebf5ff !important;
    margin-top: 10px !important;
    border-radius: 5px;
    margin: 0px 2px;
/*    width: 127px;*/
}

.navbar-nav a li {
    font-family: "GothamSSm Condensed";
    color: #162656 !important;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 12px !important;
    border-bottom: transparent 3.5px solid;
}

.navbar-nav a:hover {
    font-family: "GothamSSm Condensed";
    color: #162656 !important;
    font-size: 14px;
    font-weight: 800;
}

.active {
    border-bottom: #f1ac17 3.5px solid;
}

.active-hover:hover {
    border-bottom: #f1ac17 3.5px solid;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #000 !important;
    padding-top: 0px !important;
}

.gender-nan {
    width: 185px !important;
    max-width: 0 auto !important;
    margin-right: 5px;
    text-align: right !important;
}



/* Quick Search Styles */

.search-section {
    padding: 0px 21px !important;
}

.quick-search-card {
    border-radius: 8px !important;
    box-shadow: 3px 3px 5px rgba(173, 173, 173, 0.3);
    border: none !important;
}

.search-input-bg {
    background-color: #f2f7fa !important;
}

.quick-search-header {
    /* letter-spacing: 1.7px !important; */

    height: 44px !important;
    font-family: "Gotham";
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    font-weight: 500;
    font-size: 23.8px !important;
    background-color: #4a6eb1 !important;
 
}

.search-field-icon {
    border-right: none !important;
}

.search-field {
    background-color: #f2f7fa !important;
    /* font-family: 'Manrope', sans-serif !important; */
    /* border-left: none !important; */

    /*font-size: smaller !important;*/
    padding: 8px 12px !important;
    line-height: 1.3 !important;
    height:36px;
}

.zip-text {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 14px !important;
}

.zip-field {
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: smaller !important;
}

.country-field {
    /* font-family: 'Manrope', sans-serif !important; */
    /*font-size: smaller !important;*/
    font-size: 14px !important;
    height:36px!important;
}

.search-result h6 {
    /* font-family: 'Manrope', sans-serif !important; */

    color: #4a6eb1 !important;
    font-weight: 900;
}

.search-data div a {
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 15px !important;
    color: #4a6eb1 !important;
}

.search-data {
    padding-left: 10px !important;
}

/* Quick Search Styles End */



/* Tab Section Styles */



.change-tab-section {
    padding: 0px 37px !important;
}

.change-tab-card {
    border-radius: 8px !important;
    box-shadow: 3px 3px 5px rgba(173, 173, 173, 0.3);
    border: none !important;
}

.change-tab-header {
    letter-spacing: 1.7px !important;
    height: 40px !important;
    font-family: "Manrope", sans-serif !important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    font-weight: 600;
    font-size: 16px !important;
    background-color: #4a6eb1 !important;
}

.tab-section {
    padding: 0px 30px !important;
}

.modal-heading {
    /* background-color: #4A6EB1 !important; */

    margin-top: 40px !important;
    border-radius: 4px !important;
    font-family: "Manrope", sans-serif !important;
    color: #000;
}

    .modal-heading h5 {
        font-weight: 800 !important;
        font-size: 14px !important;
        /* letter-spacing: 1px !important; */
    }

.modal-p {
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 14px !important;
}

.modal-btn-1 {
    background-color: transparent !important;
    border: 1px solid #4a6eb1 !important;
    color: #314b94 !important;
    /* letter-spacing: 1px !important; */

    font-weight: 700 !important;
    padding: 6px 19px !important;
}

.modal-btn-2 {
    background-color: #4a6eb1 !important;
    border: 1px solid #4a6eb1 !important;
    color: #fff !important;
    font-weight: 400 !important;
    /* letter-spacing: 1px !important; */

    padding: 6px 30px !important;
}

.add-section-modal {
    width: 590px !important;
}

.add-news-modal-footer {
    padding-bottom: 30px !important;
}

.tab-card {
    border-radius: 8px !important;
    background-color: #dfeffd !important;
    padding: 23px 6px !important;
    /* border-bottom: 8px solid transparent; */

    height: 80px;
}

    .tab-card img {
        height: 47px;
    }

.card {
    padding: 0px 12px !important;
    margin: 0 auto;
}

.tab-card p {
    margin-top: 2.4px !important;
    letter-spacing: 1px !important;
    font-family: "GothamSSm Condensed";
    /*color: #4a6eb1 !important;*/
    color: #384b6e !important;
    font-size: 16px !important;
    font-weight: 400;
    border-bottom: 8px solid transparent;
}

.tab-card {
    border-bottom: 8px solid transparent;
}

    /*.tab-card:hover {
        border-bottom: 8px solid #4a6eb1;
    }*/

.icon-circle {
    border-radius: 50%;
    background-color: white !important;
    width: 55px !important;
    height: 55px !important;
}

.tab-active {
    border-bottom: 8px solid #4a6eb1;
}

.news-card-body {
    height: 335px; /* Set the width of the div */

    overflow-y: auto;
    padding-right: 15px !important;
}

.scrollbar-wrapper {
    padding-right: 15px;
    overflow: auto; /* Enable scrolling */

    position: relative; /* Position for pseudo-element */
}

    .scrollbar-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 7px; /* Width of the scrollbar */

        height: 50%;
        background-color: transparent; /* Color of the scrollbar track */

        z-index: 1; /* Place it above content */

        pointer-events: none; /* Allow interactions with content */
    }

.news-card-body::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px !important;
}

.news-card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px !important;
}

.news-card-body::-webkit-scrollbar-thumb {
    background: #4a6eb1;
    border-radius: 10px !important;
}

    .news-card-body::-webkit-scrollbar-thumb:hover {
        background: #556db1;
    }

.news-body-header h5 {
    color: #556db1 !important;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: bolder;
}

.news-body-header p {
    font-weight: 400;
    font-family: "Gotham" !important;
    font-size: 14px;
}

    .news-body-header p a {
        font-family: "Gotham" !important;
        color: #556db1 !important;
        font-size: 14px;
    }

.news-body-content h5 {
    color: #000 !important;
    font-family: "Gotham" !important;
    font-size: 14px !important;
    font-weight: bolder;
}

.news-body-content p {
    font-family: "Gotham" !important;
    font-weight: 400;
    font-size: 14px;
}

    .news-body-content p a {
        font-family: "Gotham" !important;
        color: #556db1 !important;
        font-size: 14px;
    }

.custom-hr {
    color: #556db1 !important;
    height: 2px !important;
}

.participants-card-body {
    height: 335px;
    overflow-y: auto;
    padding-right: 15px !important;
}

    .participants-card-body::-webkit-scrollbar {
        width: 7px;
        border-radius: 10px !important;
    }

    .participants-card-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px !important;
    }

    .participants-card-body::-webkit-scrollbar-thumb {
        background: #4a6eb1;
        border-radius: 10px !important;
    }

        .participants-card-body::-webkit-scrollbar-thumb:hover {
            background: #556db1;
        }

.participants-body-content h5 {
    color: #556db1 !important;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: bolder;
}

.participants-body-content p {
    font-weight: 600;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 14px;
}

    .participants-body-content p a {
        /* font-family: 'Manrope', sans-serif !important; */

        color: #556db1 !important;
        font-size: 14px;
    }

.programServices-card-body {
    height: 335px;
    overflow-y: auto;
    padding-right: 15px !important;
}

    .programServices-card-body::-webkit-scrollbar {
        width: 7px;
        border-radius: 10px !important;
    }

    .programServices-card-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px !important;
    }

    .programServices-card-body::-webkit-scrollbar-thumb {
        background: #4a6eb1;
        border-radius: 10px !important;
    }

        .programServices-card-body::-webkit-scrollbar-thumb:hover {
            background: #556db1;
        }

.programServices-body-header h5 {
    color: #556db1 !important;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: bolder;
}

.programServices-body-header p {
    font-weight: 600;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 14px;
}

    .programServices-body-header p a {
        /* font-family: 'Manrope', sans-serif !important; */

        color: #556db1 !important;
        font-size: 14px;
    }

.programServices-points {
    width: 70%;
}

    .programServices-points ul {
        position: relative;
        display: inline-block;
    }

        .programServices-points ul a {
            font-family: "Gotham" !important;
            color: #556db1 !important;
            font-size: 14px;
        }

.programServices-body-content h5 {
    color: #556db1 !important;
    font-family: "Gotham" !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: bolder;
}

.programServices-body-content p {
    font-family: "Gotham" !important;
    font-weight: 400;
    font-size: 14px;
}

    .programServices-body-content p a {
        font-family: "Gotham" !important;
        color: #556db1 !important;
        font-size: 14px;
    }

.successStories-card-body {
    height: 335px;
    overflow-y: auto;
    padding-right: 15px !important;
}

    .successStories-card-body::-webkit-scrollbar {
        width: 7px;
        border-radius: 10px !important;
    }

    .successStories-card-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px !important;
    }

    .successStories-card-body::-webkit-scrollbar-thumb {
        background: #4a6eb1;
        border-radius: 10px !important;
    }

        .successStories-card-body::-webkit-scrollbar-thumb:hover {
            background: #556db1;
        }

.successStories-body-content h5 {
    color: #556db1 !important;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: bolder;
}

.successStories-body-content p {
    font-weight: 400;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 14px;
}

    .successStories-body-content p a {
        /* font-family: 'Manrope', sans-serif !important; */

        color: #556db1 !important;
        font-size: 14px;
    }

.about-card-body {
    height: 335px; /* Set the width of the div */

    overflow-y: auto;
    padding-right: 15px !important;
}

    .about-card-body::-webkit-scrollbar {
        width: 7px;
        border-radius: 10px !important;
    }

    .about-card-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px !important;
    }

    .about-card-body::-webkit-scrollbar-thumb {
        background: #4a6eb1;
        border-radius: 10px !important;
    }

        .about-card-body::-webkit-scrollbar-thumb:hover {
            background: #556db1;
        }

.about-body-content h5 {
    color: #556db1 !important;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: bolder;
}

.about-body-content div h6 {
    color: #556db1 !important;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 14px !important;
    letter-spacing: 1px !important;
    font-weight: bolder;
}

.about-body-content p {
    font-weight: 400;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 14px;
}

.about-body-content div p {
    font-weight: 600;
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 14px;
}

    .about-body-content div p a {
        /* font-family: 'Manrope', sans-serif !important; */

        color: #556db1 !important;
        font-size: 14px;
    }



/* Home Tab colums */


/*
.news1 {
    width: 13.666667% !important;
}*/



.news2 {
    width: 10.666667% !important;
}



/* Home Tab colums */



/* Tab Section Styles End */



/* Delete Modal Styles Start */

.delete-heading {
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 19px !important;
    /* font-weight: bold !important; */
    /* letter-spacing: 1px !important; */
}

.delete-modal-text {
    padding-top: 15px !important;
    font-size: 14px !important;
    font-weight: 500;
}

.delete-modal-btn-div {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.delete-modal-btn-1 {
    background-color: transparent !important;
    border: 1px solid #4a6eb1 !important;
    color: #314b94 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 11px 50px !important;
    /* letter-spacing: 1px !important; */
}

.delete-modal-btn-2 {
    background-color: #4a6eb1 !important;
    border: 1px solid #4a6eb1 !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    padding: 11px 47px !important;
    /* letter-spacing: 1px !important; */
}

/* Delete Modal Styles End */



/* footer styles */

.footer {
    border-top: #4a6eb1 3px solid;
}

    .footer p {
        /* font-family: 'Manrope', sans-serif !important; */

        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

        .footer p span {
            font-weight: lighter;
        }

/* footer styles End */



/* Signin Modal Css */

.signin-modal {
    width: 480px !important;
}

.signin-modal-content {
    border-radius: 10px !important;
}

.signin-heading {
    /* font-family: 'Manrope', sans-serif !important; */

    font-size: 20px !important;
    letter-spacing: 1px !important;
    /* font-weight: bold !important; */
}

.signin-text {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
}

.password-input {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    border-right: none !important;
    border-color: #f3f4f5 !important;
    height: 46px !important;
}

.signin-email-input {
    font-size: 12px !important;
    letter-spacing: 1px !important;
    border-right: none !important;
    border-color: #f3f4f5 !important;
    height: 46px !important;
}

.login-label {
    font-size: 13px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 5px !important;
}

.input-group-text {
    background-color: transparent !important;
}

.login-btn {
    margin-top: 4px !important;
    border-radius: 5px !important;
    padding: 13px 49px 13px 49px !important;
    background-color: #4a6eb1 !important;
    border: none !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.signin-modal-body {
    padding: 10px 38px 60px 38px !important;
}

.signin-tags a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px !important;
    font-family: "Manrope", sans-serif !important;
    text-decoration: none !important;
    color: #314b94 !important;
}

/* Signin Modal Css End */



/* Send Message Modal Css */

.sendMessage-modal {
    width: 600px !important;
}

.sendMessage-heading {
    margin: 13px 0px 22px 0px !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 20px;
    /* font-weight: bold !important; */
    /* letter-spacing: 0.5px !important; */
}

.sendMessage-modal-description {
    margin-top: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.sendMessage-modal-content {
    border-radius: 8px !important;
}

.sendMessage-email-input {
    letter-spacing: 1px !important;
    font-size: 12px !important;
    height: 38px !important;
    border-color: #f3f4f5 !important;
}

.sendMessage-textArea {
    padding: 15px 15px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    border-color: #f3f4f5 !important;
}

.sendMessageModal-btn-1 {
    background-color: transparent !important;
    border: 1px solid #4a6eb1 !important;
    border-radius: 4px !important;
    color: #4a6eb1 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    padding: 11.5px 30px !important;
    letter-spacing: 0.5px !important;
    margin-right: 10px !important;
}

.sendMessageModal-btn-2 {
    background-color: #4a6eb1 !important;
    border: 1px solid #4a6eb1 !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    padding: 11.5px 38px !important;
    margin-left: 10px !important;
}

/* Send Message Modal Css End */



/* Add News Modal Styles */

.add-news-modal {
    width: 715px !important;
}

.adNews-label-text {
    font-size: 12px !important;
    letter-spacing: 0.5px !important;
    font-family: "Manrope", sans-serif !important;
}

.adNews-input-text {
    padding: 8px 8px !important;
    font-size: 12px !important;
    font-family: "Manrope", sans-serif !important;
}



.new1-acc1 {
    display: none !important;
}

.new2-acc2 {
    display: block !important;
}

.m-b-modal {
    padding: 0px 20px 0px 0px !important;
}

.tab-desk {
    display: none !important;
}

.mobile-menu-m {
    display: none;
}

.desk-top-sh {
    display: Block;
}

.mobil-res-sh {
    display: none;
}

.case-worker {
    width: 100% !important;
}

.sear {
    padding-right: 10px;
}

.message-mo {
    padding: 0px 35px 23px 35px !important;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}



.mobi-nav li {
    height: 36px !important;
}

.sidebar-fix {
    z-index: 10 !important;
}

.client-tab-left-align {
    /* position: absolute;

    left: 13px;

    top: -55px; */

    padding-top: 0px !important;
}



.nameBtnDiv-reset {
    margin: 0 !important;
}



.padding-zero {
    padding: 0px !important;
}



.margin-zero {
    margin: 0px !important;
}



.city-fil {
    width: 44px;
}

.state-fil {
    width: 65px;
}

.city-file {
    margin-right: 0px;
}



/*.boxes1 {
    width: 15% !important;
}*/

.header-mobi {
    display: none;
}

.leaflet-left,
.leaflet-control {
    display: none;
}

.mar-top {
    margin-top: 20px;
}

.add-news-conte {
    width: 815px !important;
    max-width: 815px;
}

.zip-ser-label {
    width: 90px !important;
    max-width: 0 auto !important;
    margin-right: 5px;
}

.zip-input-filed {
    border-color: #B5CBFD !important;
    background-color: #F2F7FA !important;
    max-width: 64px;
}

.number {
    margin-left: 0px;
    margin-right: 0px;
}

.genter-one-li {
    width: 180px !important;
}

input.form-control.search-field.search-input-bg::placeholder {
    font-size: 12px !important;
}




/* Add News Modal Styles End*/
@media (max-width: 1920px) {
    .gender-nan {
        width: 150px !important;
    }
}

@media (max-width: 1115px) {

    .lang-sec-action {
        display: none !important;
    }

    .first-logo {
        display: block !important;
    }

    .tab-card p {
        font-size: 15px !important;
    }
}

@media (max-width: 992px) {

    .header {
        padding-bottom: 9px !important;
    }
}




       /*New Changes*/

/*@media only screen and (max-width: 576px) {

    .desk-top-sh {
        display: none !important;
    }
}*/

/*@media only screen and (max-width: 767px) {

    .news1,
    .news2 {
        width: 100% !important;
    }

    .header {
        padding: 12px 5px;
    }

    .header-mobi {
        display: block;
    }

    .number {
        margin-left: 86px;
        margin-right: 8px;
    }

    .genter-one-li {
        width: 100% !important;
    }

    .header-mobi {
        background-color: transparent !important;
    }

        .header-mobi i p {
            color: #4a6eb1 !important;
        }

    .new1-acc1 {
        display: block !important;
    }

    .new2-acc2 {
        display: none !important;
    }

    .zip-ser-label {
        width: 98px !important;
        max-width: 0 auto !important;
        margin-right: 5px;
    }

    .zip-input-filed {
        border-color: #B5CBFD !important;
        background-color: #F2F7FA !important;
        max-width: 62.5%;
        margin-top: 6px;
        margin-bottom: 0px;
    }

    .gender-nan {
        width: 29% !important;
        max-width: 0 auto !important;
        margin-right: 5px;
        text-align: right !important;
    }

    .search-section {
        padding: 0px 20px !important;
    }

    .input-group {
        width: 98% !important;
    }

    .ser-bt-m {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .add-news-conte {
        width: 100% !important;
        max-width: 100%;
    }

    .act-on {
        padding-left: 35px;
    }

    .act-on2 {
        padding-left: 20px;
    }

    .search-result {
        display: none;
    }

    .col-lg-2.col-md-3.pe-0.news1,
    .col-lg-2.col-md-3.pe-0 {
        padding-left: 0px;
    }

    .change-tab-section {
        padding: 0px 3px !important;
    }

    .change-tab-header {
        background-color: #fff !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .justify-content-center {
        justify-content: start !important;
    }

    .modal.show .modal-dialog {
        transform: none;
        padding: 15px;
    }*/

    /* .modal-body {

        padding: 10px !important;

    } */

    /* .tab-desk{

        display: none !important;

    } */

    /*.offcanvas-end {
        width: 338px !important;
        background: #4a6eb1 !important;
    }

    .humb-ico {
        position: relative;
        margin-top: -10px;
        margin-left: -4px;
        opacity: 10;
    }

    .mobile-menu-m {
        display: block;
    }

    .desk-menu-d {
        display: none !important;
    }*/

    /* .desk-top-sh{

        display: none;

    } */

    /*.mobil-res-sh {
        display: block;
    }

    .sear {
        padding-right: 0px !important;
    }

    .tab-card p {
        padding-top: 0px;
    }

    .case-worker {
        width: 21.5% !important;
    }

    .accordion-button::after {
        margin-left: 10px !important;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: transparent !important;
        outline: 0 !important;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
    }

    .cli0table-col-1 {*/
        /* box-shadow: 5px 5px 20px 0px #0000000F !important; */

        /*border-radius: 12px !important;
    }

    .accordion-button1:after {
        background: none !important;
        display: none;
    }

    .client-name p {
        font-family: "GothamSSm Condensed";
        font-size: 14px;
        font-weight: 600;
        color: #4a6eb1;
        text-align: start;
    }

    .client-namep {
        color: #6d6d6d !important;
        text-align: end !important;
    }

    .accordion-body {
        padding: 0rem 0rem !important;
    }

    .accordion-item {
        background-color: transparent !important;
    }

    .acc-or-main {
        background: #fff;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    #accordian,
    #accordian2,
    #accordian3 {
        position: relative;
        margin: 0 auto;
    }

    .filter-option-heading:before {
        content: "-";
        color: #4a6eb1;
        font-size: 26px;
        left: 6px;
        position: absolute;
        transform: rotate(180deg);
        transition: all 0.6s ease;
        border: #b5cbfd solid 2px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 14px;
        border-radius: 4px;
        margin-top: 3px;
    }

    .filter-option-heading.activeFilter:before {
        display: none;
    }

    #accordian .filter-option-heading.activeFilter:after,
    #accordian2 .filter-option-heading.activeFilter:after,
    #accordian3 .filter-option-heading.activeFilter:after {
        content: "+";
        color: #4a6eb1;
        font-size: 26px;
        transform: rotate(180deg);
        left: 6px;
        position: absolute;
        transition: all 0.6s ease;
        border: #b5cbfd solid 2px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 15px;
        border-radius: 4px;
        margin-top: 3px;
    }

    .filter-option-content {
        display: block;
    }

    .filter-option-heading {
        padding: 8px 30px 8px 30px;
    }

    .dash {
        border-bottom: #e6eaee dashed 2px !important;
        height: 5px;
        margin: 20px 16px;
    }

    .navbar-brand img {
        width: 150px;
    }

    .mob-logo-one-line {
        display: flex;
    }

    .ser-sear {
        margin-left: 78px;
    }

    .sele-mo-m {
        width: 70px !important;
        height: 40px;
        margin-left: 6px;
    }



    .active-tab {
        border: 2px solid #4a6eb1 !important;
        border-radius: 10px;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 10px !important;
    }

    .accordion-button:not(.collapsed) {
        color: #0c63e4;
        background-color: #fff !important;
        box-shadow: none !important;
    }

    .tab-gh-kl {
        display: none !important;
    }

    .idqw {
        width: 70px !important;
    }

    .case-wo {
        width: 116px;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #fff;
        background-color: #4a6eb1 !important;
        border-color: #dee2e6 #dee2e6 #fff;
        border-radius: 5px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sendMessageModal-btn-1,
    .sendMessageModal-btn-2 {
        padding: 11.5px 25px !important;
    }

    .signin-modal-body {
        padding: 10px 25px 60px 25px !important;
    }

    li.nav-item {
        padding-right: 13px;
    }

    .form-select {
        margin-right: 7px;
    }

    .ed-con {
        padding-right: 0px !important;
    }

    .header-mobi i p {
        padding-top: 10px;
    }

    .tabs-1 ul li a {
        font-size: 11px !important;
    }

    .fg-jk {
        padding-left: 5px;
    }

    .quick-search-header {
        height: 28px !important;
        font-weight: 400;
        font-size: 14px !important;
    }



    .city-fil {
        width: 45px;
    }

    .state-fil {
        width: 87px;
        padding-left: 15px;
    }

    .city-file {
        margin-right: 6px;
    }

    .rb {
        margin-left: 50px;
    }

    .sear-right-m {
        margin-left: 104px;
    }

    .name-tab-btn-aligment {
        margin-left: 71px;
    }

    .system-id-right {
        margin-left: 42px;
    }

    .my-client-right {
        margin-left: 88px;
    }

    .mar-top {
        margin-top: 0px;
    }*/

    /* .navbar-nav li a {

        padding-top: 11px !important;

    }

    .navbar-nav li a:hover {

        padding-top: 11px !important;

    } */

/*}

@media only screen and (max-width: 430px) {


    .tabs-1 ul li {
        padding: 4px 7.2px !important;
    }

        .tabs-1 ul li a {
            padding: 6px 4px;
        }
}

@media only screen and (max-width: 414px) {

    .tabs-1 {
        padding: 17px 6px !important;
    }

        .tabs-1 ul li {
            padding: 4px 0.5px !important;
        }

            .tabs-1 ul li a {
                padding: 6px 4px;
            }
}

@media only screen and (max-width: 190px) {
    .tabs-1 ul li {
        padding: 4px 3.2px !important;
    }
}

@media only screen and (max-width: 375px) {

    .tabs-1 {
        padding: 17px 5px !important;
    }

        .tabs-1 ul li {
            padding: 4px 1.5px !important;
        }

            .tabs-1 ul li a {
                padding: 6px 5px;
            }
}

@media only screen and (max-width: 375px) {



    .newColZip {
        float: left;
        width: 180px;
        margin-left: -8px !important;
        text-align: end;
        margin-bottom: 20px;
    }
}*/

