/* Basic Styles */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, ::before, ::after { box-sizing:border-box; -webkit-box-sizing:border-box; }
body {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "source-sans-pro", sans-serif;
    font-optical-sizing: auto;
    color:#292929;
}
:focus-visible,
a:focus-visible,
a:focus{
    outline: none;
}
article,aside,details,figcaption,figure,footer,header,nav,section,summary {display: block;}
audio,canvas,video {display: inline-block;}
iframe {border: 0; width: 100%; } 
svg:not(:root) { overflow: hidden; }
/* End Basic Styles */

/* Typography */
h1,.heading-one {
    font-size: 69px;
    line-height: 80px;
    font-weight: 700;
}
h2,.heading-two {
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
    color: #0A0A0A;
}
h3,.heading-three {
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
}
h4,.heading-four{
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
}
h5,.heading-five{
    font-size: 24px;
    line-height: 30px;
}
h6,.heading-six{
    font-size: 18px;
    line-height: 23px;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #292929;
}
p:last-child { margin-bottom:0; }
a {
    color:#284293;
    text-decoration: none;
    display: block;
    transition: all 0.3s;
}
a:hover {
    color:#182960;
}

h1,h2,h3,h4,h5,h6,address,pre,blockquote,dl,dd,menu,ol,ul,table,caption,hr,p {
    margin: 0 0 16px 0;
}
ol, ul { padding:0; margin:0; list-style: none; }
.text-lg {
    font-size: 23px;
    line-height: 34px;
}
.gap-8 { gap: 8px; }
.gap-12 { gap: 12px; } 
.gap-16 {gap: 16px;}
.fw-800 { font-weight: 800;}
.fw-700 { font-weight: 700;}
.fw-600 { font-weight: 600;}
.fw-500 { font-weight: 500;}
.fw-400 { font-weight: 400;}
/* End Typography */

/* Form Style */
input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid #BCBCBC;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    color: #0A0A0A;
    font-family: "source-sans-pro", sans-serif;
    font-optical-sizing: auto;
    border-radius: 8px;
}
textarea {
    height: auto;
}
input,
textarea {
    padding: 16px 14px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input,
select {
    height: 56px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/select_down_arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 24px;
    line-height: 1.2;
    cursor: pointer;
    padding: 14px 32px 14px 16px !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 22px;
    color: #292929;
}
input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
}
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: none;
    border-color: #284293;
}
input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 0;
    box-shadow: none;
}
.border-bottom {
    border-bottom: 1px solid rgb(255 255 255 / 10%) !important;
}
/* country code number */
.country-code-overlap {
    gap: 10px;
    display: flex;
    align-items: center;
} 
.country-code-overlap input.floating_input {
    padding-left: 14px;
}
.country-code-overlap select {
    width: 106px;
}
.phone-input {
    position: relative;
    width: 100%;
}
/* country code number */

input[type="date" i]::-webkit-calendar-picker-indicator { opacity: 0; z-index: 99999;} 
input[type="date" i]::-webkit-calendar-picker-indicator { 
    background-image: url(../images/icon_calendar.svg);
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    block-size: 24px;
    inline-size: 24px;
    opacity: 1;
    outline: none;
    padding: 0;
    z-index: 999999;
}
/* End Form Style */

/* Checkbox */
.check-box-group {
    display: block;
    position: relative;
    padding-left: 32px;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-box-group p {
    line-height: 22px;
    margin-bottom: 0;
    color: #0A0A0A;
}
.check-box-group p a {
    text-decoration: underline;
}
.check-box-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
}
.check-box-group input:checked ~ .checkmark {
    background-color: #284293;
    border-color: #284293;
} 
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check-box-group input:checked ~ .checkmark:after {
    display: block;
}
.check-box-group .checkmark:after {
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Checkbox End */

/* Radiobutton */
.form-check-radio {
    padding-left: 0;
}
.form-check-radio .form-check-input[type=radio] {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 1px solid #BCBCBC;
    margin-top: 2px;
}
.form-check-radio .form-check-label {
    padding-left: 10px;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
}
.form-check-input:checked {
    background-color: #284394;
    border-color: #284394;
}
/* Radiobutton End */

img {
    max-width: 100%;
    display: block;
    margin: 0;
    height: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.container{
    max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
}
.container-fluid { padding: 0;}
.modal-open .site_header{
    padding-right: 0px;
}

/* Table Style */
table.dataTable {
    margin: 0 !important;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    background-color: rgb(188 188 188 / 20%);
}
table.dataTable thead th,
table.dataTable tfoot th {
    white-space: nowrap;
    border-bottom: 0;
    color: #0A0A0A;
}
table.dataTable thead th:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
table.dataTable thead th:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
table.dataTable td {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 15px;
    white-space: nowrap;
}
table.dataTable th {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 18px;
}
table.dataTable td,
table.dataTable th {
    color: #0A0A0A;
}
table.dataTable td:first-child {
    padding-left: 22px;
}
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
    content: url(../images/icon_up.svg);
    opacity: 1;
}
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    content: url(../images/icon_down.svg);
    opacity: 1;
}
.table>:not(caption)>*>* {
    border-color: rgb(188 188 188 / 20%);
}
.dataTables_length,
.dataTables_filter {
    display: none;
}
.table-footer {
    align-items: center;
    padding: 12px 20px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    gap: 12px;
    margin: 30px 0 0 0;
    justify-content: center;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination::after,
div.dataTables_wrapper div.dataTables_paginate ul.pagination::before {
    display: none;
}

.pagination .paginate_button a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 5px;
    color: #666E74;
    border: 1px solid #666E74;
}
.pagination .paginate_button.active > .page-link,
.page-link.active {
    color: #fff;
    background: #284293;
    border-color: #284293;
}
.paginate_button.page-item.previous a,
.paginate_button.page-item.next a {font-size: 0;}
.paginate_button.page-item.previous a:before,
.paginate_button.page-item.next a:before {
    background-image: url(../images/icon_left_arrow_small.svg);
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}
.paginate_button.page-item.next a:before {
    background-image: url(../images/icon_right_arrow_small.svg); 
}
.page-link:focus {
    box-shadow: none;
}
.action-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.action-icon {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.action-icon:disabled {
    opacity: 0.5;
}
.dataTables_scroll {
    overflow-x: auto;
}
.status-label {
    border-radius: 5px;
    padding: 4px 9px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
/* End Table Style */

/* Icons */
i{display: block;}
i::before{content: ''; display: block; background-size: cover !important;}
.icon-pin::before{background: url(../images/icon_pin.svg) no-repeat; width: 24px; height: 24px;}
.icon-phone::before{background: url(../images/icon_phone.svg) no-repeat; width: 24px; height: 24px;}
.icon-mail::before{background: url(../images/icon_mail.svg) no-repeat; width: 24px; height: 24px;}
.icon-menu::before{background: url(../images/humberger-menu.svg) no-repeat; width: 20px; height: 20px;}
.icon-notification-bell::before{background: url(../images/icon_notification_bell.svg) no-repeat; width: 24px; height: 24px;}
.icon-info::before{background: url(../images/icon_info.svg) no-repeat; width: 24px; height: 24px;}
.icon-profile::before{background: url(../images/icon_profile_grey.svg) no-repeat; width: 20px; height: 20px;}
.icon-lock::before{background: url(../images/icon_lock_grey.svg) no-repeat; width: 20px; height: 20px;}
.icon-delete::before{background: url(../images/icon_delete_grey.svg) no-repeat; width: 20px; height: 20px;}
.icon-logout::before{background: url(../images/icon_logout_grey.svg) no-repeat; width: 20px; height: 20px;}
.icon-eye::before {background: url(../images/icon_view.svg) no-repeat;width: 16px;height: 16px;}
.icon-back::before {background: url(../images/icon_back.svg) no-repeat;width: 24px;height: 24px;}
.icon-phone-green::before{background: url(../images/icon_phone_green.svg) no-repeat; width: 24px; height: 24px;}
.icon-email-green::before{background: url(../images/icon_email_green.svg) no-repeat; width: 24px; height: 24px;}
.icon-health-check::before{background: url(../images/icon_health_check.svg) no-repeat; width: 50px; height: 50px;}
.icon-invoice::before{background: url(../images/icon_invoice.svg) no-repeat; width: 50px; height: 50px;}
.icon-file::before{background: url(../images/icon_file.svg) no-repeat; width: 50px; height: 50px;}

/* End Icons */

/* Buttons Style */
.solid-btn,
.disabled-btn,
.border-btn,
.solid-white-btn,
.white-border-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 8px;
    padding: 13px 30px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    border: 1px solid transparent;
}
.solid-btn {
    background-color: #284293;
    color: #fff;
}
.solid-btn:hover,
.solid-btn:focus{
    color: #fff;
    background-color: #182960;
    transition: 0.3s;
}
.disabled-btn {
    background-color: #BCBCBC;
    color: #292929;
}
.border-btn {
    background-color: #fff;
    color: #284293;
    border: 1px solid #284293;
}
.border-btn:hover,
.border-btn:focus {
    background: #284293;
    color: #fff;
    transition: 0.3s;
}
.solid-white-btn {
    background-color: #fff;
    color: #284293;
}
.solid-white-btn:hover {
    background-color: #182960;
    color: #fff;
    transition: 0.3s;
}
.white-border-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.white-border-btn:hover {
    background-color: #182960;
    color: #fff;
    border-color: #182960;
    transition: 0.3s;
}
.fs-12 { font-size: 12px;line-height: 15px;}
.text-link {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: underline;
}
/* End Button Style */

/* Common Font Color */
.pink-text {color: #FFA8A8;}
.blue-text {color: #284293;}
.black-text {color: #0A0A0A;}
.light-black-text {color: #292929;}
.dark-black-text {color: #000;}
.grey-text {color: #666E74;}
.red-text {color: #EF5151;}
.yellow-text { color: #69540D;}
.brown-text { color: #3E250E;}
.navy-blue-text { color: #1D4451;}
.green-text { color: #216338;}
.bg-pink { background-color: rgb(239 81 81 / 10%);}
.bg-yellow { background-color: #FFD544;}
.bg-brown { background-color: #EBAC71;}
.bg-skyblue { background-color: #98DEF4;}
.bg-green { background-color: #8BDFA8;}
.bg-light-green { background-color: rgb(159 221 110 / 20%);}
.bg-light-aqua { background-color: #E2F8F3;}
.bg-light-purple { background-color: #E2E7F8;}
.bg-light-grey {background-color: rgb(3 85 81 / 10%);}
.error {font-size: 16px; line-height: 22px; font-weight: 400; color: #EF5151;}
/* Common Font Color */

/* Spacing */
.py-120 { padding-top: 120px;padding-bottom: 120px;}
.pt-120 { padding-top: 120px;}
.pb-120 { padding-bottom: 120px;}
.py-80 { padding-top: 80px;padding-bottom: 80px;}
.pt-80 { padding-top: 80px;}
.pb-80 { padding-bottom: 80px;}
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.pb-30 { padding-bottom: 30px; }
.mb-30 { margin-bottom: 30px; }
.mt-50 { margin-top: 50px;}
.mb-50 { margin-bottom: 50px;}
.mt-40 { margin-top: 40px;}
.mb-40 { margin-bottom: 40px;}
.mt-26 { margin-top: 26px;}
.mt-24 { margin-top: 24px;}
.mb-24 { margin-bottom: 24px;}
.pt-24 { padding-top: 24px; }
.pb-24 { padding-bottom: 24px;}
.pb-20 { padding-bottom: 20px;}
.mb-20 { margin-bottom: 20px;}
.mt-16 {margin-top: 16px;}
.mb-16 {margin-bottom: 16px;}
.mb-12 {margin-bottom: 12px;}
.mb-10 {margin-bottom: 10px;}
/* End Spacing */

/*--  Material Form CSS -- */
.floating_group { 
    position:relative; 
    margin-bottom:24px; 
}
.floating_input, .floating_select {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    color: #0A0A0A;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    outline: 0;
}
.floating_label {
    position: absolute;
    pointer-events: none;
    left: 14px;
    top: 18px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    color: #666E74;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
  
.floating_input:focus ~ .floating_label, 
.floating_input:not(:placeholder-shown) ~ .floating_label,
.floating_select:focus ~ .floating_label, 
.floating_select:not([value=""]):valid ~ .floating_label {
    font-size: 14px;
    line-height: 18px;
    color: #666E74;
    top: -8px;
    left: 12px;
    background: #fff;
    padding: 0 5px;
}
.with_country_code{
    display: flex;
    align-items: center;
    width: 100%;
    grid-gap: 16px;
}
.with_country_code .country_code{
    min-width: 116px;
}
.with_country_code .country_number{
    width: 100%;
}
.floating_group.password input{
    padding-right: 70px;
    transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
}
.floating_group input[type="password"]{
    padding-right: 50px;
}
.toggle-password{position: absolute;top: 18px;right: 14px;}
.show-password,
.hide-password{padding: 0;border: none;display: block;font-size: 16px;line-height: 20px;font-weight: 600;color: #284293;text-decoration: underline;}
.show-password{display: none;}
.show-hide-password .hide-password{display: none;}
.show-hide-password .show-password{display: block;}
.floating_input.error_label {
    border-color: #EF5151;
}
/*--  End Material Form CSS -- */

.page-title-block {
    padding: 80px 0;
    background-color: #284394;
}

/* Image CSS */
.one-gem-one {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    border-radius: 20px;
}
.one-gem-one img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* End Image CSS */

/* ======================================================= End Common CSS ========================================================= */

/* Header */
.site-content {
    padding-top: 90px;
}
.site_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #284394;
    transition:0.4s;
    /* box-shadow: 0px 4px 8px rgb(0 0 0 / 10%); */
}
.site_header.sticky{
    /* box-shadow: 0px 4px 8px rgb(0 0 0 / 10%); */
    border-bottom: none;
}
.hide-header {
    transform: translateY(-100%);
    transition:0.4s;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.auth-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 20px;
}

.mobile-menu {
    display: none;
}
.navigation { 
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 14px 0;
}
.navigation li a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.navigation li a::after {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 0;
    background-color: #9FDD6E;
    width: 100%;
    height: 1px;
    transform: scale(0);
    transition: 0.3s all;
}
.navigation li a:hover:after,
.navigation li a.active::after {
    transform: scale(1);
    color: #fff !important;
}
.offcanwas-mobile-menu .navigation li a.active { color: #9FDD6E;}
.notification-language-wrapper {
    gap: 24px;
    display: flex;
    align-items: center;
}
.nav-wrapper { margin-right: 30px;}
.notification-block .dropdown-toggle::after { display: none;}
.notification-block .dropdown-menu {
    padding: 16px;
    border: none;
    border-radius: 10px;
    border-top-right-radius: 0;
    transform: translate(0, 60px) !important;
    transition: 0.4s;
    background: #fff;
    z-index: 4;
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    top: 100% !important;
    left: inherit !important;
    right: 10px !important;
    width: 314px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}
.notification-block .dropdown-menu.show {
    transform: translate(0, 34px) !important;
    transition: 0.4s;
}
.notification-block .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 16px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #292929;
    text-align: inherit;
    text-decoration: none;
    white-space: normal;
    background-color: rgb(188 188 188 / 10%);
    border: 0;
    border-radius: 8px;
    margin-bottom: 8px;
}
.notification-block .dropdown-menu li:last-child .dropdown-item {
    margin-bottom: 0;
}
.notification-list {
    display: block;
    margin-bottom: 2px;
}
.day-text {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #666E74;
}
.notification-block .nav-item { position: relative;}
.notification-block .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -10px;
    left: auto;
    right: 0;
    border-left: 10px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid #fff;
    z-index: -1;
    width: 10px;
    height: 10px;
}
.notification-alert {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #EF5151;
    border-radius: 100%;
}
.dropdown_border{
    border-bottom: 1px solid #DDE6FF;
    margin: 4px 0;
}

[data-popper-placement="top-start"] {
    animation-name: DropDownSlideDown;
  }
  @keyframes DropDownSlide {
    100% {
        margin-top: -1px;
    }
  
    0% {
        margin-top: 8px;
    }
  }
  
  @keyframes DropDownSlideDown {
    100% {
        margin-bottom: 0;
    }
  
    0% {
        margin-bottom: 8px;
    }
}
.before-login-auth-mobile {display: none;}
.language-selection select ~ .select2-container {
    width: 75px !important;
}
.language-selection .select2-container .select2-selection--multiple, 
.language-selection .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 20px 6px 0;
    border: 0;
    color: #fff;
}
.language-selection .select2-container .select2-selection--multiple::before, 
.language-selection .select2-container .select2-selection--single .select2-selection__rendered::before {
    background-image: url(../images/select_down_arrow_white.svg);
    width: 16px;
    height: 16px;
    right: 0;
    transition: 0.3s ease-in-out;
    transform: translateY(-50%);
    z-index: 0;
}
.language-selection .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #fff;}
.language-selection.mobile { display: none;}
.select2-container,
.select2-dropdown {
    z-index: 9999999;
}
/* End Header */

/* Banner */

/* Circle Shape */
.circle-text-wrapper {
    position: relative;
    display: inline-block;
    margin: 8px;
}
.circle-text {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
}
.circle-text-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 26px);
    height: calc(100% + 26px);
    transform: translate(-50%, -50%);
    overflow: visible;
}
.circle-text-wrapper svg.come-in path {
    stroke: #FFA8A8;
    stroke-width: 3;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: 3.6s;
    animation: circle-headline-dash forwards;
    animation-duration: 4.0s;
    animation-iteration-count: 1;
}
.circle-text-wrapper path {
    opacity: 1;
    stroke-dasharray: 1500 1500;
}
@keyframes circle-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1
    }
}
.pink-border { border: 3px solid #FFA8A8;}
.green-border { border: 3px solid #9FDD6E;}
.blue-shape:after {
    background-color: #284394;
}
.green-shape:after {
    background-color: #9FDD6E;
}
.white-shape:after {
    background-color: #ffffff;
}
.green-border-bottom {
    border-bottom: 3px solid #9FDD6E;
}

.about-us .circle-text-wrapper svg path,
.faq-section .circle-text-wrapper svg path {
    stroke: #9FDD6E; 
}
.about-us .circle-text,
.faq-section .circle-text {
    padding-top: 15px;
    padding-bottom: 15px;
}
.faq-section .circle-text-wrapper {
    margin: 5px 10px;
}
/* Circle Shape */

/* Footer */
.footer-section {
    border-top: 1px solid rgb(102 110 116 / 30%);
}
.footer-inner { padding: 30px 0;}
.site-info-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.site-info-list li {
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.site-info-list i.icon-pin {
    padding-top: 4px;
}
/*.site-info-list i {
    padding-top: 5px;
}*/
.site-info-list p {
    max-width: 264px;
}
.site-info-list li a {
    display: flex;
    gap: 8px;
    color: #0A0A0A;
    transition: 0.4s;
}
.site-info-list li a:hover {
    color: #284293;
    transition: 0.4s;
}
.footer-links {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-top: 5px;
}
.footer-links li {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}
.footer-links li a {
    font-size: 18px;
    line-height: 22px;
    color: #0A0A0A;
    transition: 0.4s;
}
.footer-links li a:hover,
.footer-links li a.active {
    color: #284293;
    transition: 0.4s;
}
.footer-links li:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    background-color: rgb(102 110 116 / 30%);
    width: 1px;
    height: 18px;
}
.footer-links li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.footer-links li:last-child:after {
    display: none;
}
.footer-copyright-section p {
    font-size: 14px;
    line-height: 18px;
    color: #0A0A0A;
}
.footer-bottom-right {
    text-align: right;
}
.footer-bottom-right p a { display: inline-block;}
.footer-copyright-section {
    border-top: 1px solid rgb(102 110 116 / 30%);
    padding: 24px 0;
}
.c-go-top {
    position: fixed;
    right: 15px;
    bottom: 70px;
    display: none;
    background-color: #284394;
    padding: 4px 10px;
    text-decoration: none;
    z-index: 999;
    border: 1px solid #284394;
    border-radius: 8px;
    transition: all 0.4s;
    width: 40px;
    height: 40px;
    text-align: center;
}
.c-go-top svg {
    width: 16px;
    height: 16px;
}
.c-go-top svg path {
    fill: #fff;
}
/* End Footer CSS */

/* Modal */
.modal-dialog{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
.fade{
transition: opacity .2s cubic-bezier(0.4, 0, 1, 1);
}
.modal-content{
    background: #FFFFFF;
    border-radius: 16px;
    border: none;
    margin: auto;
    height: auto;
}
body.modal-open {
    padding-right: 0 !important;
}
.modal-header .btn-close{
    content: '';
    position: absolute;
    /* background: url('../images/modale_grey_close.svg') no-repeat center; */
    padding: 0;
    right: 21px;
    top: 20px;
    z-index: 9;
    opacity: 1;
    background: none;
}
.modal-header .btn-close:hover{
    opacity: 0.7;
}
.modal-header .btn-close:focus{
    box-shadow: none;
    outline: none;
}
.modal-header{
    padding: 0;
    border: none;
}
/* Cursor */
.cursor {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: difference; 
    background-color: transparent;
    z-index: 10000;
    border: 2px solid #ffffff;
    height: 30px;
    width: 30px;
    transition: all 300ms ease-out;
}

.loader {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.3;
    background: url("../../../assets/dashboard/images/Loader.gif") 50% 50% no-repeat rgb(249,249,249);
}

/* Note */
.note-box {
    padding: 20px 42px;
    border-radius: 20px;
    text-align: left;
    max-width: 655px;
}
/* End Note */
.country-code-overlap {
    position: relative;
    display: block;
}
.country-code-wrapper {
    gap: 10px;
}

.sender-phone-number {
    gap: 10px;
}
.circle-text-sp {
    font-size: 40px;
}
/* ************************************************************************************************************************************ */
/* Base Responsive */
/* ************************************************************************************************************************************ */

/* ============= max-width:1200px ==========*/
@media only screen and (max-width: 1366px) { 
    /* Header */
    .nav-wrapper {
        margin-right: 25px;
    }
    .notification-language-wrapper {
        gap: 20px;
    }
    /* End Header */
 
}
/* ============= max-width:1200px ==========*/
@media only screen and (max-width: 1200px) {
    .row {
        margin: 0;
    }
    /* Typography */
    h1, .heading-one {
        font-size: 55px;
        line-height: 60px;
    }
    h2, .heading-two {
        font-size: 46px;
        line-height: 60px;
    }
    h3, .heading-three {
        font-size: 32px;
        line-height: 40px;
    }
    h4, .heading-four {
        font-size: 26px;
        line-height: 38px;
    }
    h5,.heading-five{
        font-size: 22px;
        line-height: 28px;
    }
    .text-lg {
        font-size: 21px;
        line-height: 32px;
    }
    p {
        font-size: 17px;
        line-height: 28px;
    }
    /* End Typography */

    /* Buttons */
    .solid-btn, 
    .disabled-btn, 
    .border-btn, 
    .solid-white-btn, 
    .white-border-btn {
        font-size: 17px;
        padding: 14px 26px;
    }
    /* End Buttons */

    /* Spacing */
    .py-120 { padding-top: 100px;padding-bottom: 100px;}
    .pt-120 { padding-top: 100px;}
    .pb-120 { padding-bottom: 100px;}
    .py-80 { padding-top: 70px;padding-bottom: 70px;}
    .pt-80 { padding-top: 70px;}
    .pb-80 { padding-bottom: 70px;}
    .py-60 { padding-top: 50px; padding-bottom: 50px; }
    .pt-60 { padding-top: 50px; }
    .pb-60 { padding-bottom: 50px; }
    .pb-30 { padding-bottom: 26px; }
    .mb-30 { margin-bottom: 26px;}
    .mt-50 { margin-top: 40px;}
    .mb-50 { margin-bottom: 40px;}
    .mt-40 { margin-top: 35px;}
    .mb-40 { margin-bottom: 35px;}
    .mt-26 { margin-top: 22px;}
    .mt-24 { margin-top: 20px;}
    .mb-24 { margin-bottom: 20px;}
    .pt-24 { padding-top: 20px; }
    .pb-24 { padding-bottom: 20px;}
    .mb-20 { margin-bottom: 18px;}
    .pb-20 { padding-bottom: 18px;}
    .mt-16 {margin-top: 14px;}
    .mb-16 {margin-bottom: 14px;}

    .page-title-block {
        padding: 70px 0;
    }
    /* End Spacing */

    /* Form Style */
    input, select {
        height: 52px;
    }
    input, textarea {
        padding: 14px 12px;
    }
    .floating_input, .floating_select {
        font-size: 17px;
        line-height: 20px;
    }
    .floating_label {
        top: 16px;
        font-size: 17px;
    }
    select {
        background-position: right 12px center !important;
        background-size: 22px;
        padding: 14px 32px 14px 12px !important;
        font-size: 17px;
    }
    .date-wrap:after {
        top: 14px;
    }
    /* End Form Style */

    /* Icons */
    .icon-back::before,
    .icon-phone-green::before,
    .icon-email-green::before {
        width: 22px;
        height: 22px;
    }
    .icon-health-check::before,
    .icon-invoice::before,
    .icon-file::before { width: 45px; height: 45px;}
    /* End Icons */

    /* Header */
    .nav-wrapper {
        margin-right: 20px;
    }
    .notification-language-wrapper {
        gap: 16px;
    }
    .auth-btn-wrapper {
        gap: 14px;
    }
    .navigation {
        gap: 20px;
    }
    .after-login {
        gap: 16px;
    }
    /* End Header */

    /* Circle Shape */
    .circle-text {
        padding: 8px 12px;
    }
    .circle-text-wrapper svg {
        width: calc(100% + 16px);
        height: calc(100% + 8px);
    }
    /* Circle Shape */

    /* Footer */
    .site-info-list li {
        font-size: 17px;
        line-height: 28px;
    }
    .footer-links {
        margin-top: 0;
    }
    .footer-links li a {
        font-size: 17px;
        line-height: 20px;
    }
    .footer-links li:after {
        height: 16px;
    }
    .footer-inner {
        padding: 25px 0;
    }
    .site-info-list {
        gap: 20px;
        margin-bottom: 15px;
    }
    .footer-copyright-section {
        padding: 20px 0;
    }
    /* End Footer */

    .note-box {
        padding: 15px;
        border-radius: 10px;
    }
    .circle-text-sp {
        font-size: 32px;
    }   
}
/* ============= max-width:1024px ==========*/
@media only screen and (max-width: 1024px) { 
    .navigation {
        gap: 20px;
    }
    .nav-wrapper {
        margin-right: 15px;
    }
    .notification-language-wrapper {
        gap: 12px;
    }
    .date-wrap {
        position: relative;
    }
    .date-wrap:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 14px;
        background-image: url(../images/icon_calendar.svg);
        background-origin: content-box;
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        z-index: -1;
    }
    input[type="date"] {
        appearance: none; /* Remove this if it's set */
        -webkit-appearance: none; /* Remove this if set for Safari */
    }
    input[type="date" i]::-webkit-calendar-picker-indicator {
        background-image: none;
    }
    input[type="date"] {
        appearance: none; /* Remove this if it's set */
        -moz-appearance: none; /* Remove this if set for Safari */
    }
    input[type="date" i]::-moz-calendar-picker-indicator {
        background-image: none;
    }
}
/* ============= max-width:991px ==========*/
@media only screen and (max-width: 991px) {
    /* Typography */
    h1, .heading-one {
        font-size: 46px;
        line-height: 54px;
    }
    h2, .heading-two {
        font-size: 40px;
        line-height: 54px;
    }
    h3, .heading-three {
        font-size: 30px;
        line-height: 36px;
    }
    h4, .heading-four {
        font-size: 24px;
        line-height: 34px;
    }
    h5,.heading-five{
        font-size: 20px;
        line-height: 26px;
    }
    .text-lg {
        font-size: 19px;
        line-height: 30px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    /* End Typography */

    /* Buttons */
    .solid-btn, 
    .disabled-btn, 
    .border-btn, 
    .solid-white-btn, 
    .white-border-btn {
        font-size: 16px;
        padding: 12px 22px;
    }
    /* End Buttons */

    /* Spacing */
    .py-120 { padding-top: 80px;padding-bottom: 80px;}
    .pt-120 { padding-top: 80px;}
    .pb-120 { padding-bottom: 80px;}
    .py-80 { padding-top: 60px;padding-bottom: 60px;}
    .pt-80 { padding-top: 60px;}
    .pb-80 { padding-bottom: 60px;}
    .py-60 { padding-top: 40px; padding-bottom: 40px; }
    .pt-60 { padding-top: 40px; }
    .pb-60 { padding-bottom: 40px; }
    .pb-30 { padding-bottom: 22px; }
    .mb-30 { margin-bottom: 22px; }
    .mt-50 { margin-top: 30px;}
    .mb-50 { margin-bottom: 30px;}
    .mt-40 { margin-top: 30px;}
    .mb-40 { margin-bottom: 30px;}
    .mt-26 { margin-top: 18px;}
    .mt-24 { margin-top: 16px;}
    .mb-24 { margin-bottom: 16px;}
    .pt-24 { padding-top: 16px; }
    .pb-24 { padding-bottom: 16px;}
    .pb-20 { padding-bottom: 16px;}
    .mb-20 { margin-bottom: 16px;}
    .mt-16 {margin-top: 12px;}
    .mb-16 {margin-bottom: 12px;}

    .page-title-block {
        padding: 60px 0;
    }
    /* End Spacing */

    /* Form Style */
    input, select {
        height: 48px;
    }
    input, textarea {
        padding: 12px;
    }
    .floating_input, .floating_select {
        font-size: 16px;
        line-height: 18px;
    }
    .floating_label {
        top: 14px;
        font-size: 16px;
    }
    select {
        background-position: right 10px center !important;
        background-size: 20px;
        padding: 12px 32px 12px 12px !important;
        font-size: 16px;
    }
    .toggle-password {
        top: 16px;
        right: 12px;
    }
    /* End Form Style */

    /* Custom Checkbox */
    .checkmark {
        height: 20px;
        width: 20px;
        top: 4px;
    }
    .check-box-group .checkmark:after {
        left: 2px;
        top: 2px;
        width: 14px;
        height: 14px;
    }
    /* End Custom Checkbox */

    /* Table Style */
    table.dataTable td {
        font-size: 17px;
        padding: 14px;
    }
    table.dataTable th {
        font-size: 15px;
        padding: 16px;
    }
    table.dataTable td:first-child {
        padding-left: 20px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 25px 0 0 0;
    }
    .pagination .paginate_button a {
        width: 28px;
        height: 28px;
    }
    /* End Table Style */

    /* Icons */
    .icon-back::before,
    .icon-phone-green::before,
    .icon-email-green::before {
        width: 20px;
        height: 20px;
    }
    .icon-health-check::before,
    .icon-invoice::before,
    .icon-file::before { width: 40px; height: 40px;}
    /* End Icons */

    /* Header */
    .site-content {
        padding-top: 70px;
    }
    .site_header {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .mobile-menu-wrapper {
        display: flex;
        align-items: center;
    }
    .auth-btn-wrapper {
        gap: 12px;
        padding-right: 16px;
    }
    .notification-language-wrapper {
        gap: 12px;
    }
    .language-selection select ~ .select2-container {
        width: auto !important;
    }
    .offcanvas {
        z-index: 99999999;
    }
    .offcanvas-backdrop {
        z-index: 9999999;
    }
    /* End Header */

    /* Footer */
    .site-info-list li {
        font-size: 16px;
        line-height: 26px;
        gap: 6px;
    }
    .footer-links li a {
        font-size: 16px;
        line-height: 18px;
    }
    .footer-inner {
        padding: 20px 0;
    }
    .footer-links li {
        padding-right: 10px;
        margin-right: 10px;
    }
    .footer-links li:after {
        height: 14px;
    }
    .footer-copyright-section {
        padding: 16px 0;
    }
    .footer-copyright-section p {
        font-size: 13px;
    }
    .c-go-top {
        padding: 2px;
        width: 36px;
        height: 36px;
    }
    /* End Footer */

    /* Mobile Menu */
    .desktop.navigation {
        display: none;
    }
    .offcanwas-mobile-menu {
        background: #284293;
    }
    
    .offcanwas-mobile-menu .offcanvas-body {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .offcanwas-mobile-menu .mobile.navigation ul{
        gap: 0;
    }

    .offcanwas-mobile-menu .mobile.navigation ul li {
        border-bottom: 1px solid #D4EEF0;
        padding: 12px;
    }

    .offcanwas-mobile-menu .mobile.navigation ul li a {
        color: #37C0C9;
    }

    .offcanwas-mobile-menu .btn-close {
        width: 12px;
        height: 12px;
        background: url(../images/icon_close.svg) center/12px auto no-repeat;
        opacity: 1;
    }

    .mobile-menu-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .mobile-menu {
        display: block;
        border: 1px solid #fff;
        padding: 6px;
        border-radius: 6px;
        background-color: #fff;
    }
    .navigation {
        gap: 0;
        align-items: flex-start;
        padding: 0;
    }
    .navigation li { 
        width: 100%;
    }
    .navigation li a {
        padding: 14px 16px;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
        font-size: 16px;
    }
    .navigation li a:after { 
        display: none;
    }
    /* Mobile Menu End */

     .circle-text-sp {
        font-size: 28px;
    }   
}
/* ============= max-width:767px ==========*/
@media only screen and (max-width: 767px) {
    /* Typography */
    h1, .heading-one {
        font-size: 40px;
        line-height: 54px;
    }
    h2, .heading-two {
        font-size: 34px;
        line-height: 52px;
    }
    h3, .heading-three {
        font-size: 28px;
        line-height: 32px;
    }
    h4, .heading-four {
        font-size: 22px;
        line-height: 30px;
    }
    h5,.heading-five{
        font-size: 18px;
        line-height: 26px;
    }
    .text-lg {
        font-size: 17px;
        line-height: 26px;
    }
    p {
        font-size: 15px;
        line-height: 24px;
    }
    /* End Typography */

    /* Buttons */
    .solid-btn, 
    .disabled-btn, 
    .border-btn, 
    .solid-white-btn, 
    .white-border-btn {
        font-size: 15px;
        padding: 10px 18px;
    }
    /* End Buttons */

    /* Spacing */
    .py-120 { padding-top: 60px;padding-bottom: 60px;}
    .pt-120 { padding-top: 60px;}
    .pb-120 { padding-bottom: 60px;}
    .py-80 { padding-top: 50px;padding-bottom: 50px;}
    .pt-80 { padding-top: 50px;}
    .pb-80 { padding-bottom: 50px;}
    .py-60 { padding-top: 30px; padding-bottom: 30px; }
    .pt-60 { padding-top: 30px; }
    .pb-60 { padding-bottom: 30px; }
    .pb-30 { padding-bottom: 18px; }
    .mb-30 { margin-bottom: 18px; }
    .mt-50 { margin-top: 20px;}
    .mb-50 { margin-bottom: 20px;}
    .mt-40 { margin-top: 20px;}
    .mb-40 { margin-bottom: 25px;}
    .mt-26 { margin-top: 14px;}
    .mt-24 { margin-top: 12px;}
    .mb-24 { margin-bottom: 12px;}
    .pt-24 { padding-top: 12px; }
    .pb-24 { padding-bottom: 12px;}
    .pb-20 { padding-bottom: 14px;}
    .mb-20 { margin-bottom: 14px;}
    .mt-16 {margin-top: 10px;}
    .mb-16 {margin-bottom: 10px;}
    .page-title-block {
        padding: 50px 0;
    }
    /* End Spacing */

    /* Form Style */
    input, select {
        height: 44px;
    }
    .floating_input, .floating_select {
        font-size: 15px;
    }
    .floating_label {
        top: 12px;
        font-size: 15px;
    }
    .show-password, .hide-password {
        font-size: 15px;
    }
    .toggle-password {
        top: 14px;
    }
    select {
        font-size: 15px;
    }
    .date-wrap:after {
        top: 12px;
        width: 22px;
        height: 22px;
    }
    /* End Form Style */

    /* Custom Checkbox */
    .checkmark {
        top: 2px;
    }
    .check-box-group {
        padding-left: 28px;
    }
    /* End Custom Checkbox */

    /* Icons */
    .icon-pin::before,
    .icon-phone::before,
    .icon-mail::before,
    .icon-notification-bell::before {
        width: 22px;
        height: 22px;
    }
    .icon-back::before {
        width: 20px;
        height: 20px;
    }
    .icon-phone-green::before,
    .icon-email-green::before {
        width: 18px;
        height: 18px;
    }
    .icon-health-check::before,
    .icon-invoice::before,
    .icon-file::before { width: 35px; height: 35px;}
    /* End Icons */

    /* Table Style */
    table.dataTable td {
        font-size: 16px;
        padding: 12px;
    }
    table.dataTable th {
        padding: 14px;
    }
    table.dataTable td:first-child {
        padding-left: 18px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 20px 0 0 0;
    }
    .pagination .paginate_button a {
        width: 26px;
        height: 26px;
    }
    /* End Table Style */

    /* Header */
    .site_header {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .site-content {
        padding-top: 66px;
    }
    .navigation li a {
        padding: 13px 16px;
        font-size: 15px;
    }
    .authentication-page .header_logo img {max-width: 400px;}
    .auth-btn-wrapper {
        padding-right: 14px;
    }
    /* End Header */

    /* Circle Shape */
    .circle-text {
        padding: 8px 10px;
    }
    .circle-text:after {
        width: 25px;
        height: 25px;
    }
    /* Circle Shape */

    /* Footer */
    .footer-inner {
        padding: 15px 0;
    }
    .site-info-list {
        gap: 10px;
    }
    .site-info-list i {
        padding-top: 2px;
    }
    .site-info-list li {
        font-size: 15px;
        line-height: 24px;
    }
    .footer-links li a {
        font-size: 15px;
    }
    .footer-copyright-section {
        padding: 12px 0;
    }
    .footer-bottom-left {
        margin-bottom: 10px;
    }
    .footer-bottom-left,
    .footer-bottom-right {
        text-align: center;
    }
    .c-go-top {
        bottom: 20px;
    }
    /* End Footer */
    
    .note-box {
        padding: 15px 15px;
        border-radius: 10px;
        max-width: 100%;
    }
     .circle-text-sp {
        font-size: 26px;
    }   
}
/* ============= max-width:640px ==========*/
@media only screen and (max-width: 640px) {
    /* Typography */
    h1, .heading-one {
        font-size: 34px;
        line-height: 50px;
    }
    h2, .heading-two {
        font-size: 30px;
        line-height: 46px;
    }
    h3, .heading-three {
        font-size: 24px;
        line-height: 30px;
    }
    h4, .heading-four {
        font-size: 20px;
        line-height: 30px;
    }
    /* End Typography */
}
/* ============= max-width:575px ==========*/
@media only screen and (max-width: 575px) {
    /* Typography */
    h1, .heading-one {
        font-size: 28px;
        line-height: 44px;
    }
    h2, .heading-two {
        font-size: 26px;
        line-height: 40px;
    }
    h3, .heading-three {
        font-size: 20px;
        line-height: 28px;
    }
    h4, .heading-four {
        font-size: 18px;
        line-height: 26px;
    }
    .text-lg {
        font-size: 15px;
        line-height: 24px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    /* End Typography */

    /* Buttons */
    .solid-btn, 
    .disabled-btn, 
    .border-btn, 
    .solid-white-btn, 
    .white-border-btn {
        font-size: 14px;
        padding: 8px 14px;
    }
    /* End Buttons */

    /* Spacing */
    .py-120 { padding-top: 40px;padding-bottom: 40px;}
    .pt-120 { padding-top: 40px;}
    .pb-120 { padding-bottom: 40px;}
    .py-80 { padding-top: 40px;padding-bottom: 40px;}
    .pt-80 { padding-top: 40px;}
    .pb-80 { padding-bottom: 40px;}
    .py-60 { padding-top: 20px; padding-bottom: 20px; }
    .pt-60 { padding-top: 20px; }
    .pb-60 { padding-bottom: 20px; }
    .mt-40 { margin-top: 20px;}
    .mb-40 { margin-bottom: 20px;}
    .mb-20 { margin-bottom: 12px;}
    .pb-20 { padding-bottom: 12px;}
    .mt-16 {margin-top: 8px;}
    .mb-16 {margin-bottom: 8px;}
    .floating_group {
        margin-bottom: 20px;
    }
    .page-title-block {
        padding: 40px 0;
    }
    /* End Spacing */

    /* Icons */
    .icon-pin::before,
    .icon-phone::before,
    .icon-mail::before {
        width: 18px;
        height: 18px;
    }
    .icon-profile::before,
    .icon-lock::before,
    .icon-delete::before,
    .icon-logout::before,
    .icon-back::before {
        width: 18px;
        height: 18px;
    }
    .icon-health-check::before,
    .icon-invoice::before,
    .icon-file::before { width: 24px; height: 24px;}
    /* End Icons */

    /* Custom Checkbox */
    .checkmark {
        height: 16px;
        width: 16px;
        border-radius: 4px;
    }
    .check-box-group {
        padding-left: 24px;
    }
    .check-box-group .checkmark:after {
        left: 1px;
        top: 1px;
        width: 12px;
        height: 12px;
    }
    /* Custom Checkbox */

    /* Table Style */
    table.dataTable td {
        font-size: 15px;
        padding: 10px;
    }
    table.dataTable th {
        padding: 14px;
    }
    table.dataTable td:first-child {
        padding-left: 16px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 15px 0 0 0;
    }
    /* End Table Style */

    /* Header */
    .site_header {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .site-content {
        padding-top: 57px;
    }
    .auth-btn-wrapper {
        gap: 8px;
        padding-right: 10px;
    }
    .navigation li a {
        padding: 12px 16px;
        font-size: 14px;
    }
    .before-login { display: none;}
    .before-login-auth-mobile {
        display: flex;
        padding: 13px 16px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .before-login-auth-mobile li,
    .before-login-auth-mobile li a { width: 100%;}
    .authentication-page .header_logo img {
        max-width: 300px;
    }
    /* End Header */

    /* Footer */
    .site-info-list {
        flex-direction: column;
    }
    .site-info-list p {
        max-width: 100%;
    }
    .site-info-list li {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-links li a {
        font-size: 14px;
    }
    .footer-links {
        white-space: normal;
        flex-wrap: wrap;
    }
    /* End Footer */
    .note-box {
        padding: 15px;
        border-radius: 10px;
        max-width: 100%;
    }
     .circle-text-sp {
        font-size: 22px;
    }   
}
/* ============= max-width:480px ==========*/
@media only screen and (max-width: 480px) {
    /* Typography */
    h1, .heading-one {font-size: 26px;line-height: 32px;}
    h2, .heading-two {font-size: 22px;line-height: 26px;}
    h3, .heading-three {font-size: 18px;line-height: 26px;}
    /* End Typography */

    /* Buttons */
    .solid-btn, 
    .disabled-btn, 
    .border-btn, 
    .solid-white-btn, 
    .white-border-btn {
        padding: 6px 10px;
    }
    /* End Buttons */

    /* Spacing */
    .py-120 { padding-top: 20px;padding-bottom: 20px;}
    .pt-120 { padding-top: 20px;}
    .pb-120 { padding-bottom: 20px;}
    /* End Spacing */

    /* Header */
    .language-selection.desktop { display: none;}
    .language-selection.mobile {
        display: block;
        padding: 13px 16px;
        border-top: 1px solid rgb(255 255 255 / 10%);
    }
    /* End Header */

    /* Footer */
    .c-go-top {
        bottom: 100px;
        right: 10px;
    }
    /* End Footer */
     
    /* Modal */
    .modal .modal-content {
        width: 90%;
    }
    .modal-header .btn-close {
        top: 22px;
        right: 22px;
    }
    .light-green-label {
        flex-wrap: wrap;
        gap: 4px;
    }
    .font-18 {
        font-size: 16px;
    }
    circle-text-sp {
        font-size: 16px;
    }   
}

/* ============= max-width:380px ==========*/
@media only screen and (max-width: 380px) { 
    /* Header */
    .authentication-page .header_logo img {
        max-width: 250px;
    }
    .notification-block .dropdown-menu.show {
        transform: translate(0, 18px) !important;
    }
    /* End Header */

    .notification-block .dropdown-menu {
        padding: 8px;
        right: 0 !important;
        width: 300px;
        border-radius: 8px;
    }
    .notification-block .dropdown-menu::after {display: none;}
    .notification-block .dropdown-item {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }
    .mobile-menu {
        padding: 6px 4px;
        border-radius: 4px;
    }
    .icon-menu::before {
        width: 20px;
        height: 16px;
    }
}