.th-admin-edit {
    padding-top: 5px;
    left: 5px;
}

.th-admin-edit a {
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
    z-index: 98;
}

.th-admin-edit .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}

.th-admin-edit .icon span {
    position: absolute;
    color: black!important;
    font-size: 16px;
}

.hr-header {
    background-color: #fff;
    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: var(--color-1);
    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: 12px;
    padding-bottom: 12px;
}

.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    color: var(--white);
    font-weight: var(--weight-400);
    padding: 0;
    margin-right: 35px;
    font-size: 13px;
}

.hr-header .hr-announcement-bar .nav .nav-item .nav-link:hover {
    color: var(--color-2);
}

.hr-header .hr-announcement-bar .nav .nav-item .nav-link.email {
    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-main-header .hr-inner-header {
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}
.hr-header-left {
    max-width: 300px;
    width: 100%;
}
.hr-header-left {
    max-width: 230px;
    width: 100%;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
    top: 0;
    border-radius: 0px 0px 10px 10px;
}

.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::before {
    content: "";
    position: absolute;
    top: -64px;
    left: -180px;
    width: 450px;
    height: 150px;
    background-image: url(https://dev.hrinfocare.com/elitedental/public/assets/images/backgrounds/logo-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}*/

.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
    max-width: 80px;
}  

.hr-header .hr-main-header .hr-inner-header .hr-header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.hr-header .hr-header-menu {
    /*margin-right: 310px;*/
    margin-left: 0;
}

.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(--black);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-01);
}
.hr-header .hr-header-menu .nav .nav-item .nav-link.th-dropdown-toggle:after{
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #fff;
    font-size: 16px;
}
.hr-mob-menu-pop .hr-header-menu .nav .nav-item .nav-link.th-dropdown-toggle:after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #000;
    font-size: 16px;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 25px;
    transition: 0.5s all ease;
    opacity: 0;
    /* animation: a-one 5s linear infinite; */
    background-color: var(--color-1);
}
.hr-header .hr-header-menu .nav .nav-item.active .nav-link::before {
    opacity: 1;
    width: 100%;
}
.hr-header .hr-header-menu .nav .nav-item .nav-link:hover::before {
    width: 100%;
    opacity: 1;
}
.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-1);
}
.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 .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(0);
    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: #242323;
    min-width: 250px;
    box-shadow: 0 2px 20px 0 rgb(62 65 159 / .09);
    padding: 20px 5px;
    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: .5rem 1rem;
    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(--white);
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.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: #b69d74;
    letter-spacing: 1px;
    transition: 0.5s all ease;
}

.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: 24px;
    padding: 0;
    width: 52px;
    height: 52px;
    border: 1px solid var(--color-1);
    background: 0 0;
    color: var(--color-1);
    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-2);
    background: var(--color-2);
    color: var(--white);
}

.hr-header .hr-mob-menu-pop {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 300px;
    padding: 50px 30px;
    box-shadow: 0 10px 30px 0 var(--shadow-02);
    height: 100vh;
    z-index: 1;
}

.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 #000;
    border-radius: 50%;
    padding: 0;
    background-color: #fff0;
    font-size: 18px;
    color: #000;
}

.hr-header .hr-mob-menu-pop .hr-close:hover {
    background-color: var(--color-3);
    border: 1px solid var(--color-3);
    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: #000;
}

.hr-header .hr-mob-menu-pop .hr-header-menu .nav .nav-item .nav-link:not([href]):hover {
    color: #fff;
}

.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-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: #fff0;
    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: 400;
    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: #fff0;
    outline: none;
    color: #fff;
}

.hr-nice-select .hr-list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / .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(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(.5,0,0,1.25),opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(.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: 700;
}

.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>a::before {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 2px;
    background: var(--color-4);
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 3px;
    z-index: 1;
}*/

.hr-header-menu .nav>li:hover>a::before {
    opacity: 1;
    visibility: visible;
}

.hr-header-menu .nav>li>a:after {
    position: absolute;
    top: 50%;
    right: -14px;
    font-family: "Font Awesome 6 Pro";
    content: "\f067";
    font-size: 11px;
    color: var(--color-3);
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 1;
    display: none;
}

.hr-header-menu .hr-inner-dropdown>li>a::before {
    display: none;
}

.hr-header-menu .hr-inner-dropdown>li>a:after {
    position: absolute;
    left: 1px;
    bottom: 4px;
    width: 0;
    height: 2px;
    content: "";
    background: var(--color-3);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    top: 30px;
    right: 0;
    display: none;
}

.hr-header-menu .hr-inner-dropdown>li:hover>a::after {
    width: 40px;
    opacity: 1;
    visibility: visible;
}

.hr-header-search-form-wrapper {
    margin-right: 8px;
    position: relative;
}

.hr-search-toggle-btn {
    line-height: 35px;
    color: #636363;
    width: 35px;
    height: 35px;
    border: 0;
    border: 1px solid #636363;
    border-radius: 50%;
    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 #999;
}

.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;
    /* border-radius: 5px; */
    height: 30px;
    width: 30px;
    margin-right: 5px;
    padding: 5px 5px;
    background: var(--color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.hr-header .hr-announcement-bar .hr-header-social .nav .nav-item .nav-link:hover {
    color: #fff;
    border: #fff;
}
@keyframes a-one {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (min-width:1366px) {
    .hr-header .hr-header-menu {
        /*margin-right: 230px;*/
        margin-left: 0;
    }
}

@media (min-width:1517px) {
    /*.hr-header .hr-header-menu {
        margin-right: 105px;
    }*/

    /*.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
        width: 175px;
        left: 0;
        bottom: 25px;
    }*/
}
@media(max-width:1200px){
    .hr-header .hr-header-menu .nav .nav-item .nav-link::before {
    bottom: 0;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
    padding: 12px 0px;
}
}
@media (min-width:992px) {
    .hr-header .hr-header-menu .nav .nav-item {
        margin-right: 45px;
    }
}

@media (min-width:992px) and (max-width:1870px) {
    .hr-header .hr-header-menu .nav .nav-item {
        margin-right: 45px;
    }
}

@media (max-width:1700px) {
    .hr-main-header {
    padding: 0 10px;
}
}

@media (max-width:1500px) {
.hr-header .hr-announcement-warp .hr-announcement-bar {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
    .hr-header .hr-header-menu .nav .nav-item {
        margin-right: 45px;
    }
}

@media (max-width:1400px) {
    .hr-header .hr-header-menu .nav .nav-item {margin-right: 22px; } 
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
}

@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: 0px;
    }

    .hr-header .hr-main-header .hr-inner-header .hr-header-cart {
        margin-right: 35px;
    }
    .hr-mob-menu {
    display: flex !important;
    align-items: center;
}
}

@media all and (min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    /*.hr-header .hr-header-menu {
        margin-right: 140px;
    }*/
}

@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;
    }

    .hr-header .hr-announcement-warp .hr-announcement-bar {
        margin-left: 260px;
    }
}

@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 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(max-width:992px){
    .hr-header .hr-announcement-bar .nav .nav-item .nav-link {
    margin-right: 10px;
}
}

@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;
    }

    /*.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link::before {
        top: -83px;
    }*/
    .hr-announcement-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    max-width: 70px;
}
}

@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 .hr-announcement-warp .hr-announcement-bar {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }   
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img{
        width: 140px;
    }
    .hr-header .hr-announcement-bar .hr-header-social .nav .nav-item .nav-link {
    height: 25px;
    width: 25px;
    margin-right: 5px;
}
.hr-header .hr-announcement-bar .hr-header-social .nav .nav-item {
    margin-right: 4px;
}
.hr-header-left {
    max-width: 170px;  
    padding: 5px 0px;
}
.hr-main-header {
    padding: 0;
}
}