.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;
    top: 0;
    right: 30px;
    z-index: 2;
}

.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: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0px;
}

.hr-header .hr-announcement-warp {
	background-color: var(--color-4);
	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 {
	/*padding-bottom: .25rem;
	padding-top: .25rem;*/
	padding: 0 175px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 115px;
    padding-right: 150px;
}

.hr-header .hr-announcement-bar .nav .nav-item .nav-link {
	display: flex;
	align-items: center;
	color: var(--white);
	font-weight: var(--weight-400);
/*	text-transform: var(--upper);*/
	padding: 0;
	margin-right: 35px;
	font-size: 13px
}

.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-02);
}

.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: space-between;
	position: relative
}
.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    width: 250px;
}
.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;
}*/
.logo-light {
    display: none;
}

.hr-header .hr-main-header .hr-inner-header .hr-header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 320px);
}

.hr-header .hr-header-menu {
	margin-left: 0px;
}

.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 {
    font-family: var(--font-02);
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    position: relative;
    line-height: 1.2;
    color: #fff;
    padding: 0;
}

.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 .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(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: 225px;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    padding: 20px 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;
    border-radius: 10px;
    margin-top: 16px;
}

.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(--color-3);
	font-size: 17px;
	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: var(--color-4)
}

.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: 35px;
    padding: 0;
    width: 55px;
    height: 35px;
    border: none;
    background: 0 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn span {
	font-weight: var(--weight-800)
}

.hr-header .hr-mob-menu-pop {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    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 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: #06b453;
    border: #06b453;
    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 .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: 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 > a::before {
    position: absolute;
    right: -20px;
    top: 0;
    content: '\f0d7';
    font-family: "Font Awesome 6 PRO";
    font-weight: normal;
    font-style: normal;
    color: #fff;
}*/
.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: 0px;
    height: 2px;
    content: "";
    background: var(--color-3);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    top: 30px;
    right: 0px;
    display: block;
}
.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 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{
	border: 2px solid var(--white);
	text-align: center;
	border-radius: 5px;
	height: 25px;
    width: 25px;
    margin-right: 5px;
    padding: 5px 5px;
}
.hr-header .hr-announcement-bar .hr-header-social .nav .nav-item .nav-link:hover {
	color: var(--color-3);
	border: 2px solid var(--color-3);
}
.hr-header-left {
    margin-right: 30px;
}

@media (min-width: 1517px) {    
	.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    width: 250px;
    left: 0px;
    bottom: 25px;
}
}
@media (min-width: 1707px) {
	.hr-header .hr-announcement-warp .hr-announcement-bar {
		margin-left: 316px;
	}
	.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
		width: 175px;
        left: -30px;
        bottom: 25px;
	}
}
@media (min-width: 1821px) {
	.hr-header .hr-announcement-warp .hr-announcement-bar {
		margin-left: 430px;
	}
	.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
		width: 175px;
        left: -30px;
        bottom: 25px;
	}
}
@media (min-width: 2049px) {
	.hr-header .hr-announcement-warp .hr-announcement-bar {
		margin-left: 655px;
	}
	.hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
		width: 175px;
        left: -30px;
        bottom: 25px;
	}
}
@media (min-width: 992px) {
    .hr-main-header {
        padding: 0 155px;
    }
    .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: 35px;
}
}
@media (max-width: 1700px) {
    .hr-header .hr-announcement-warp .hr-announcement-bar {
/*        padding: 0 45px;*/
        padding-top: 12px;
    	padding-bottom: 12px;
    	margin-left: 385px;
    	padding-left: 50px;
    	padding-right: 25px;
    }
    .hr-main-header {
        padding: 30px 30px;
    }
}
@media (max-width: 1500px) {
    .hr-header .hr-announcement-warp .hr-announcement-bar {
/*        padding: 0 50px;*/
        padding-top: 12px;
    	padding-bottom: 12px;
    	margin-left: 145px;
    	padding-left: 50px;
    	padding-right: 25px;
    }
    .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: 35px;
    }
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
    width: calc(100% - 210px);
}
.hr-header .hr-header-menu {
    margin-right: 0px;
}
.hr-desktop-slider .hr-content .hr-titel {
    font-size: 84px;
}
.hr-header {
    padding: 0px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link::before {
        width: 185px;
        height: 160px;
        top: -74px;
        left: -70px;
    }
}
@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: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    column-gap: 50px;
}

	.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
	}
    .hr-header .hr-mob-menu-pop .hr-header-menu .nav {
    flex-direction: column;
}
.hr-header-menu .nav > li > a::before {
    right: 0;
}
.nav.flex-column.hr-inner-dropdown .nav-item .nav-link {
    color: #000 !important;
}
.hr-header {
    padding: 5px 0px;
}
.hr-main-header {
    padding: 0;
}
}
@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::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;
    }
    .hr-header {
    padding: 0px 0px;
}
}
@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;
	}
    .hr-header .hr-main-header .hr-inner-header .hr-mob-menu, .hr-header .hr-main-header .hr-inner-header .hr-mob-menu-pop {
    column-gap: 30px;
}
}
@media(max-width:575px){
    .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img {
    width: 210px;
}
h2 svg {
    width: 50px;
    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: 130px;
    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-social {
		display: none;
	}
    .hr-header .hr-main-header .hr-inner-header .hr-header-right {
    width: auto;
}
.hr-main-header {
    padding: 0 0px;
}
.hr-header {
    padding: 5px 0px;
}
.hr-hero-banner .swiper-container .swiper-slide .hr-content .hr-text {
    width: 100% !important;
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu, .hr-header .hr-main-header .hr-inner-header .hr-mob-menu-pop {
    column-gap: 10px;
}
}