.th-admin-edit {
    padding-top: 5px;
    left: 5px;
}

.th-admin-edit a {
    position: relative;
    /* Ensures span positioning is relative to this anchor */
    text-decoration: none;
    color: inherit;
    display: block;
    /* Ensure the anchor behaves like a block for flexible positioning */
    z-index: 98;
}

.th-admin-edit .icon {
    position: absolute;
    /* Positioning relative to .th-admin-edit */
    top: 50%;
    /* Center vertically */
    left: 50%;
    /* Center horizontally */
    transform: translate(-50%, -50%);
    /* Adjust for perfect centering */
    z-index: 5;
}

.th-admin-edit .icon span {
    position: absolute;
    /* Additional control for fine-tuning if necessary */
    color: black !important;
    font-size: 16px;
    /* Adjust as needed */
}

.hr-header {
    background-color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px var(--shadow-01), 0 1px 2px var(--shadow-01)
}

.hr-header .hr-announcement-warp {
    background-color:#2a2a2a;
    position: relative;
}

.hr-announcement-warp::before {
    content: "";
    position: absolute;
    background-image: url('https://dev.hrinfocare.com/elitedental/public/assets/images/icons/menu-shape.webp');
    background-position: left;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 630px;
    display: none;
}

@media (max-width: 1500px) {
    .hr-announcement-warp::before {
        width: 530px;
        background-size: contain;
    }
}

.hr-header .hr-announcement-warp .hr-announcement-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
}

.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    color: var(--white);
    /*  text-transform: var(--upper);*/
    padding: 0;
    margin-right: 35px;
    border-right: 1px solid hsla(0, 0%, 100%, .21);
    padding-right: 35px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}
.hr-header .hr-announcement-bar .nav .nav-item:last-child a{
    border-right: none;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link:hover {
    color: var(--color-3)
}

.hr-header .hr-announcement-bar .nav .nav-item .nav-link.email {
    /*  text-transform: var(--lower);*/
    font-family: var(--font-01);
}

.hr-header .hr-announcement-bar .nav .nav-item:last-child .nav-link {
    margin-right: 0
}

.hr-header .hr-announcement-bar .nav .nav-item .nav-link .hr-announcement-icon {
    margin-right: 10px;
    font-size: 16px;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link .hr-announcement-icon span{
    color: var(--color-3);
}
.hr-header .hr-main-header .hr-inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link {
    display: inline-block
}

.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    width: 110px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.hr-header .hr-main-header .hr-inner-header .hr-header-right {
    display: flex;
    align-items: center;
    justify-content: end
}

.hr-header .hr-header-menu .nav .nav-item {
    margin-right: 30px;
    position: relative !important
}

.hr-header .hr-header-menu .nav .nav-item:last-child {
/*    margin-right: 0*/
}

.hr-header .hr-header-menu .nav .nav-item .nav-link {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--color-4);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-02);
}

.hr-header .hr-header-menu .nav .nav-item .nav-link span {
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 14px
}

.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link:not([href]):hover,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link:not([href]):hover,
.hr-header .hr-header-menu .nav .nav-item .nav-link:not([href]):hover {
    color: var(--color-3)
}

.hr-header .hr-header-menu .nav .active .nav-link,
.hr-header .hr-header-menu .nav .nav-item .nav-link:hover {
    color: var(--color-4)
}

.hr-header .hr-header-menu .hr-inner-dropdown,
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown,
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu {
    display: none
}
.hr-header .hr-header-menu .th-dropdown-toggle:after{
    content: "";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-left: 3px;
    transition: .3s;
    transform: translateY(1px);
    color: var(--color-4);
}
.hr-header .hr-header-menu .nav .nav-item:hover .th-dropdown-toggle:after{
    transform: rotate(-180deg);
}
.hr-header .hr-header-menu .nav .hr-inner-dropdown .nav-item:hover .hr-sub-inner-dropdown,
.hr-header .hr-header-menu .nav .nav-item:hover .hr-inner-dropdown {
    display: block !important;
    transform: scaleY(1) translateZ(0px);
    opacity: 1;
    visibility: visible;
}

.hr-header .hr-header-menu .hr-inner-dropdown,
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
    position: absolute;
    border-radius: 0rem;
    background-color: var(--white);
    min-width: 280px;
    box-shadow: 0 8px 24px hsla(210,8%,62%,.2);
    padding: 30px 0;
    transition: all 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    display: flex;
}

.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item {
    padding: 0 30px;
    margin-bottom: 13px
}
.hr-header .hr-header-menu .hr-inner-dropdown:last-child{
    margin: 0;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link {
    color: var(--color-4);
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link:before{
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    height: 1px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transition: all .3s ease-out 0s;
    background-color: var(--color-4);
}
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item:hover .nav-link:before{
    width: 20px;
    visibility: visible;
    opacity: 1;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item .nav-link:hover,
.hr-header .hr-header-menu .hr-inner-dropdown .nav-item .nav-link:hover {
    color: var(--color-4);
    padding-left: 25px;
    transition: all .3s ease-out 0s;
}

.hr-header .hr-header-menu .nav .nav-item .nav-link .hr-inner-dropdown {
    top: 76;
    left: 0
}

.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
    top: 0;
    right: calc(100% + 2px)
}

.hr-header .hr-main-header .hr-inner-header .hr-header-cart {
    margin-right: 38px
}

.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn {
    position: relative
}

.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn .icon {
    font-size: 1rem;
    color: var(--color-2)
}

.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn .cart-count {
    position: absolute;
    top: -5px;
    right: -2px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: var(--weight-500);
    border-radius: 50%;
    background-color: var(--color-4);
    color: var(--white)
}

.hr-header .hr-main-header .hr-inner-header .hr-header-cart .hr-cart-btn:hover .cart-count {
    background-color: var(--color-4);
    color: var(--white)
}

.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn {
    font-size: 18px;
    padding: 0;
    width: 35px;
    height: 35px;
    border: 1px solid var(--color-2);
    background: 0 0;
    color: var(--color-2);
    border-radius: .2rem
}

.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn span {
    font-weight: var(--weight-800)
}

.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn.active,
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn:hover {
    border: 1px solid var(--color-4);
    background: var(--color-4);
    color: var(--white)
}

.hr-header .hr-mob-menu-pop {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-4);
    width: 300px;
    padding: 50px 30px;
    box-shadow: 0 10px 30px 0 var(--shadow-02);
    height: 100vh;
    z-index: 99;
}

.hr-header .hr-mob-menu-pop .hr-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid var(--white);
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    font-size: 18px;
    color: var(--white)
}

.hr-header .hr-mob-menu-pop .hr-close:hover {
    background-color: var(--color-4);
    border: 1px solid var(--color-4);
    color: var(--white)
}

.hr-header .hr-mob-menu-pop .hr-close span {
    margin-top: var(--HR-sz-2)
}

.hr-header .hr-mob-menu-pop .hr-header-menu {
    display: block;
    margin-right: 0
}

.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item {
    margin-right: 0
}

.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .nav-link {
    padding: 8px 0;
    border-bottom: 1px solid var(--border-01);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav.hr-inner-dropdown .nav-item .nav-link{
    color: var(--color-4);
}
.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item:last-child .nav-link {
    border-bottom: var(--none)
}

.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .btn-main {
    display: inline-block;
    margin-top: 25px
}

.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown,
.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
    box-shadow: var(--none) !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: none;
    width: 100% !important;
    position: var(--none) !important
}

.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item,
.hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown .nav-item {
    padding: 0 !important;
    padding-left: 15px !important
}
.hr-announcement-right{
    display: flex;
}
.hr-announcement-bar .hr-announcement-right .hr-topbar-select {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.hr-announcement-bar .hr-announcement-right .hr-topbar-select .hr-flag-img img {
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hr-nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.hr-announcement-bar .hr-announcement-right .hr-topbar-select .hr-lang-selector {
    border: none;
    background: transparent;
    outline: none;
    color: #fff;
}

.hr-nice-select .hr-list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.hr-announcement-bar .hr-announcement-right .hr-topbar-select .hr-nice-select .hr-list {
    background-color: #203240;
    z-index: 11111;
}

.hr-nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.hr-nice-select .option.selected {
    font-weight: bold;
}

.hr-nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.hr-header-menu .nav>li:hover>a::before {
    opacity: 1;
    visibility: visible;
}

.hr-header-menu .hr-inner-dropdown>li>a::before {
    display: none;
}

.hr-header-search-form-wrapper {
    margin-right: 27px;
    position: relative;
}

.hr-search-toggle-btn {
    line-height: 35px;
    color: #636363;
    width: 35px;
    height: 35px;
    border: 0;
    background-color: var(--white);
}

.hr-cart-search-contact .hr-header-search-form {
    position: absolute;
    width: 350px;
    right: 0;
    top: 75px;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    transition: all 0.5s ease;
    box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}

/*.wpo-site-header .header-right .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
    transform: scale(1);
}*/

.hr-cart-search-contact form div {
    position: relative;
}

.hr-cart-search-contact input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--color-4);
}

.mobile-email {
    display: none;
}

.hr-header .hr-announcement-bar .hr-header-social .nav .nav-item {
    margin-right: 10px;
}

.hr-header .hr-announcement-bar .hr-header-social .nav .nav-item .nav-link {
    text-align: center;
    height: 25px;
    margin-right: 5px;
    padding: 5px 5px;
    border-right: none;
}

.hr-header .hr-announcement-bar .hr-header-social .nav .nav-item .nav-link:hover {
    color: var(--color-3);
}
.mr-30 {
    margin-right: 30px;
}
.hr-header-top-contact a {
    color: var(--white);
    transition: .3s;
}
.hr-header-top-contact span {
    display: inline-block;
    color: var(--white);
    margin: 0 5px;
}
@media (min-width: 1517px) {
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
        width: 110px;
        left: 0px;
        bottom: 25px;
    }
}

@media (min-width: 1707px) {
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
        width: 110px;
        left: -30px;
        bottom: 25px;
    }
}

@media (min-width: 1821px) {
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
        width: 110px;
        left: -30px;
        bottom: 25px;
    }
}

@media (min-width: 2049px) {
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
        width: 110px;
        left: -30px;
        bottom: 25px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 1201px){
    .hr-header .hr-header-menu .nav .nav-item{
        margin-right: 18px;
    }
}
@media screen and (max-width:1200px) {
    .hr-header .hr-main-header .hr-inner-header .hr-header-auth,
    .hr-header .hr-main-header .hr-inner-header .hr-header-menu {
        display: none
    }
    .hr-header .hr-main-header .hr-inner-header .hr-mob-menu,
    .hr-header .hr-main-header .hr-inner-header .hr-mob-menu-pop {
        display: block
    }
    .hr-header .hr-main-header .hr-inner-header {
        padding: 13.9px 0
    }
    .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
        margin-right: 35px
    }
}

@media all and (min-width: 820px) and (max-width: 1180px) and (orientation:portrait) {
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link::before {
        top: -70px;
    }
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
        left: 0;
    }
    .hr-header-social {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link::before {
        top: -83px;
    }
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
        left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown,
    .hr-header .hr-mob-menu-pop .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
        position: absolute !important;
    }
}

@media screen and (max-width:768px) {
    .hr-header .hr-announcement-warp .hr-announcement-bar {
        justify-content: center
    }
    .hr-header .hr-announcement-warp .hr-announcement-bar .hr-announcement-left {
        display: none
    }
    .mobile-email {
        display: block;
    }
    .btn-mob {
        padding: 10px;
        height: auto;
        line-height: inherit;
    }
    .btn-main::before {
        display: none;
    }
}

@media screen and (max-width:540px) {
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
        height: auto;
        width: 100px;
        bottom: 10px;
        left: -28px;
    }
    .hr-header .hr-main-header .hr-inner-header .hr-brand {
        margin-right: 0;
        padding-left: 0;
    }
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link::before {
        display: none;
    }
    .hr-header-social {
        display: none;
    }
}