    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        scroll-behavior: smooth;
        word-break: break-word;
        font-family: Switzer-Regular;
    }
body{
    background-color: #F9FAFB;
}
    :root {
        --green-gradient: linear-gradient(180deg, #61E05F 0%, #4AB848 100%);
        --green: #32CD30;
        --dark_green: #015200;
        --text_clr_4F4F4F: #4F4F4F;
        --blue_text: #155DFC;

    }

    .ct_green_text {
        color: var(--green);
    }

    .cr_dark_green_text {
        color: var(--dark_green);
    }

    .ct_text_4f4f4f {
        color: var(--text_clr_4F4F4F);
    }

    .ct_text_clr_4B5563 {
        color: #4B5563;



    }

    .ct_text_color_009966 {
        color: #009966;
    }

    .ct_blue_text {
        color: var(--blue_text);
    }

    @font-face {
        font-family: Switzer-Bold;
        src: url(../fonts/Switzer-Bold.otf);
    }

    @font-face {
        font-family: Switzer-Medium;
        src: url(../fonts/Switzer-Medium.otf);
    }

    @font-face {
        font-family: Switzer-Regular;
        src: url(../fonts/Switzer-Regular.otf);
    }

    @font-face {
        font-family: Switzer-Semibold;
        src: url(../fonts/Switzer-Semibold.otf);
    }
    @font-face {
        font-family: Switzer-light;
        src: url(../fonts/Switzer-Light.otf);
    }
    @font-face {
        font-family: Switzer-Extralight;
        src: url(../fonts/Switzer-Extralight.woff);
    }

    .ct_switzer_light{
         font-family: Switzer-light;
    }
    .ct_switzer_extra_light{
         font-family: Switzer-Extralight;
    }
    .ct_switzer_bold {
        font-family: Switzer-Bold;
    }

    .ct_switzer_Medium {
        font-family: Switzer-Medium;
    }

    .ct_switzer_Regular {
        font-family: Switzer-Regular !important;
    }

    .ct_switzer_Semibold {
        font-family: Switzer-Semibold;
    }

    ul {
        padding-left: 0px;
        margin-bottom: 0px;
        list-style: none;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type="number"] {
        -moz-appearance: textfield;
    }

    /* All font Weight Css S */
    .ct_fw_300 {
        font-weight: 300;
    }

    .ct_fw_400 {
        font-weight: 400 !important;
    }

    .ct_fw_500 {
        font-weight: 500;
    }

    .ct_fw_600 {
        font-weight: 600;
    }

    .ct_fw_700 {
        font-weight: 700;
    }

    .ct_fw_800 {
        font-weight: 800;
    }

    .ct_fw_900 {
        font-weight: 900;
    }

    /* All font Weight Css E */

    /* all font size css S */
    .ct_fs_12 {
        font-size: 12px;
    }

    .ct_fs_14 {
        font-size: 14px;
    }
.ct_fs_64{
    font-size: 50px;
}
    .ct_fs_15 {
        font-size: 15px;
    }

    .ct_fs_16 {
        font-size: 16px;
    }

    .ct_fs_17 {
        font-size: 17px;
    }

    .ct_fs_18 {
        font-size: 18px;
    }

    .ct_fs_20 {
        font-size: 20px;
    }

    .ct_fs_24 {
        font-size: 24px;
    }

    .ct_fs_26 {
        font-size: 26px;
    }

    .ct_fs_28 {
        font-size: 28px;
    }

    .ct_fs_35 {
        font-size: 35px;
    }

    .ct_fs_40 {
        font-size: 40px;
    }

    .ct_fs_22 {
        font-size: 22px;
    }

    /* all font size css E */
    .ct_mt_30 {
        margin-top: 30px;
    }

    /* Custom Scroll Css C */
    .ct_custom_scroll::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .ct_custom_scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .ct_custom_scroll::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .ct_custom_scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    /* Custom Scroll Css E */
    .form-control {
        appearance: auto;
    }

    .form-control:focus {
        box-shadow: unset;
        border-color: var(--green);
    }

    .ct_show_eye {
        position: absolute !important;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .ct_input_icon_left {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .ct_grey_input{
        background-color: #F9FAFB;
    }

    .ct_input_ps_40 {
        padding-left: 40px;
    }

    .ct_input_pe_40 {
        padding-right: 40px;
    }

    .ct_input_icon_left img {
        width: 18px;
        margin-top: -2px;
    }

    .ct_border_radius_15 {
        border-radius: 15px !important;
    }

    .ct_border_radius_10 {
        border-radius: 10px !important;
    }

    .ct_border_bottom {
        border-bottom: 0.4px solid #0000001F;
        margin-top: 40px;
    }

    .ct_border_color_4B5563 {
    border-color: #99a1af59;
}

    textarea {
        resize: none;
    }

    .ct_flex_1 {
        flex: 1;
    }

    .ct_flex_shrink_0 {
        flex-shrink: 0;
    }

    .ct_white_nowrap {
        white-space: nowrap;
    }

    .ct_overlay_text {
        width: 200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .ct_para_scroll {
        height: auto;
        max-height: 240px;
        overflow-y: auto;
    }


    .ct_minimise_cnt {
        box-sizing: border-box;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 400px;
        width: auto;
    }

    .ct_white_space_normal {
        white-space: normal;
    }

    .ct_text_upercase {
        text-transform: uppercase;
    }


    .ct_mt_40 {
        margin-top: 40px;
    }

    .ct_mt_20 {
        margin-top: 20px;
    }

    .ct_mt_60 {
        margin-top: 60px;
    }

    .ct_mt_80 {
        margin-top: 80px;
    }

    .ct_py_80 {
        padding-block: 80px;
    }

    .ct_mb_30 {
        margin-bottom: 30px;
    }


    .ct_custom_check .form-check-input:checked {
        background-color: rgba(50, 205, 48, 1);
        border-color: rgba(50, 205, 48, 1);
    }

    .ct_custom_check .form-check-input:checked[type="checkbox"] {
        /* filter: invert(1); */
    }

    .ct_custom_check .form-check-input:focus {
        box-shadow: unset;
        border-color: rgba(50, 205, 48, 1);
        vertical-align: middle;
    }

    .ct_custom_check .form-check-input {
        width: 18px;
        height: 18px;
        margin-top: -1px;
    }

    .ct_show_eye {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 9;
        cursor: pointer;
    }

    .ct_input_pe_40 {
        padding-right: 40px;
    }

    .ct_cursor_pointer {
        cursor: pointer;
    }

    .ct_profile_avatar_75 {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }



    /* From Uiverse.io by ErzenXz */
    .toggle-switch {
        position: relative;
        display: inline-block;
        width: 45px;
        height: 25px;
        cursor: pointer;
    }

    .toggle-switch input[type="checkbox"] {
        display: none;
    }

    .toggle-switch-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ddd;
        border-radius: 20px;
        transition: background-color 0.3s ease-in-out;
    }

    .toggle-switch-handle {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 19px;
        height: 19px;
        background-color: #fff;
        border-radius: 50%;
        transition: transform 0.3s ease-in-out;
    }

    .toggle-switch::before {
        content: "";
        position: absolute;
        top: -25px;
        right: -35px;
        font-size: 12px;
        font-weight: bold;
        color: #aaa;
        transition: color 0.3s ease-in-out;
    }

    .toggle-switch input[type="checkbox"]:checked+.toggle-switch-handle {
        transform: translateX(45px);
    }

    .toggle-switch input[type="checkbox"]:checked+.toggle-switch-background {
        background-color: var(--green);
    }

    .toggle-switch input[type="checkbox"]:checked+.toggle-switch:before {
        content: "On";
        color: #111;
        right: -15px;
    }

    .toggle-switch input[type="checkbox"]:checked+.toggle-switch-background .toggle-switch-handle {
        transform: translateX(20px);
    }

    .ct_search_sticky_main {
    display: none;
    align-items: center;
    gap: 20px;
    transition: 0.6s ease all;
    z-index: 999999;
}
.ct_search_sticky_main.ct_active_sticky{
    display: flex;
}
.ct_search_sticky_main .ct_search input {
    border-radius: 10px;
        height: 50px !important;
}


.ct_search_sticky_main {
    display: none;
    align-items: center;
    gap: 20px;
    flex: 1;
    max-width: 700px;
}
header.ct_header.ct_active_sticky .ct_search_sticky_main{
    display: flex;
}
.ct_search_sticky_main .ct_green_bnt{
    right: 5px !important;
}