/* HEADING */

.heading-wrap {
    width: 100%;
    height: auto;
    margin: 0px 0 30px 0;
}

.heading-wrap h1 {
    color: #20A99D;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}


/* HEADING */



/* PAGE-BANNER */

.banner-wrap.page-banner-wrap-other {
    width: 100%;
    padding: 70px 0;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.page-banner-wrap-other::before {
    display: none;
}

.page-banner-wrap-other img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.2;
    object-fit: cover;
    object-position: bottom;
}


.page-banner-wrap-other .banner-inner h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.page-banner-wrap-other .banner-inner p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}


.heading-wrap.top-serach {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-banner-wrap-other .banner-inner a {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px 0px;
    background: linear-gradient(90deg, #27C3B6 0%, #72B006 100%);
    padding: 9px 30px;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    line-height: 25px;
    gap: 8px;
}

.page-banner-wrap-other .banner-inner a img {
    position: unset;
    width: 22px;
    height: 22px;
    object-fit: contain;
    opacity: 1;
    z-index: 9;
}



/* PAGE-BANNER */


/* Date-Piker-New */

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /* border: 1px solid #d3d3d3; */
    /* background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; */
    font-weight: normal !important;
    color: #fff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    /* border: 1px solid #fcefa1; */
    background: #000 !important;
    /* display: flex; */
    /* align-items: center; */
    /* margin-left: 4px; */
    /* left: 10px; */
}

.ui-widget-header {
    /* border: 1px solid #aaaaaa; */
    /* background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; */
    color: #222222 !important;
    font-weight: bold !important;
    /* border-bottom: none !important; */
}

.ui-datepicker-calendar a.ui-state-default {
    font-size: 14px;
    text-align: center;
    padding: 6px;
    background: #fafafa;
    color: #000 !important;
}


table a.ui-state-default.ui-state-highlight {
    color: #fff !important;
}

table.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: transparent !important;
}

table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent;
    /* color: #000 !important; */
}

/* Date-Piker-New */



/*Date-Picker*/

.ui-datepicker {
    width: auto;
    background: #fff;
    padding: 10px;
    display: none;
    border-radius: 5px;
    box-shadow: 0px 2.10396px 10.5198px rgba(170, 170, 170, 0.5);
}

.ui-datepicker-calendar th {
    border: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-datepicker-calendar td {
    border: 0;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ui-datepicker-calendar td a {
    color: #000;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    border-radius: 50%;
}

.ui-datepicker-calendar td a:hover {
    color: #fff !important;
    background: #000 !important;
}

a.ui-state-default.ui-state-highlight {
}

.ui-datepicker-today a {
    color: #fff !important;
    background: #000;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
}

.ui-datepicker-prev {
    float: none;
    font-size: 13px;
    /* text-transform: uppercase; */

    /* background: #000; */
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #333333 !important;
    cursor: pointer;
}

.ui-datepicker-next {
    float: none;
    font-size: 13px;
    /* text-transform: uppercase; */

    /* background: #000; */
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
    color: #333333 !important;
    cursor: pointer;
}

.ui-datepicker-title {
    margin-bottom: 0px;
    clear: left;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    z-index: -1;
}


table.ui-datepicker-calendar a.ui-state-default {
    border: none;
}

table.ui-datepicker-calendar a.ui-state-default {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
 font-size: 14px;
    text-align: center;
    padding: 6px;
    background: transparent;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
    background: transparent !important;
    padding: 10px 8px;
    border: none !important;
}

table thead:first-child tr:first-child th {
    /* border-bottom: none !important; */
    border-block-start: none !important;
}


/*Date-Picker*/


/* MODAL */



/* MODAL */