div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #282828 url("https://jcparalegal.itsprowebsite.com/public/JCPARLGAL/themeaB9xY12z/assets/images/preloader.gif") no-repeat center center;
}
.th-admin-edit {
  /* position: relative;  */
  z-index: 150;
  font-size: var(--bs-body-font-size) !important;
  /* display: flex;
  justify-content: end;
  align-items: end; */
}
.th-admin-edit span {
  /* position: absolute; */
  color: #000!important;
}
.th-admin-edit1 {
  display: inline-flex;
  align-items: center;
}
.th-admin-edit1 span {
  margin-left: 5px;
}
.hr-header {
  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 {
  padding: 15px 0px;
  transition: all 0.3s ease-in-out;
  background-color: var(--color-2);
  height: 60px;
}       
.hr-header .hr-announcement-warp.scrolled {
  padding: 0px;
  height: 0;
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: 0;
  margin-left: 1rem;
  font-size: 15px;
  font-family: var(--font-02);
}
.hr-announcement-left .nav .nav-item .nav-link {
  color: var(--color-2) !important;
  text-decoration: underline;
  font-weight: 700 !important;
  font-size: 16px !important;
}
.hr-announcement-left .nav .nav-item {
  display: flex;
  align-items: center;
  color: var(--white);
  font-weight: var(--weight-400);
  padding: 0;
  margin-right: 1.5rem;
  font-size: 14px;
  column-gap: 7px;
  font-family: var(--font-02);
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link:hover {
  color: var(--white);
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link.email {
  text-transform: var(--lower);
  font-weight: 400;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link.hr-phone {
  font-weight: 400;
}
.hr-header .hr-announcement-bar .nav li:not(:last-child)::before {
  content: "/";
  font-size: 16px;
  right: -10px;
  position: absolute;
  color: #fff;
}
.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: 0.5rem;
}
.hr-header .hr-announcement-bar .nav .nav-item .nav-link .hr-announcement-icon span {
  font-size: 14px;
  color: var(--white);
}
.hr-header .hr-main-header .hr-inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px 0;
}
.hr-header .hr-main-header::before{
  background: rgba(0, 0, 0, 0) url(https://bloomingtree.itsprowebsite.com/public/BLOMINGTRE/themeaB9xY12z/assets/images/backgrounds/line.jpg?v=1) repeat scroll center center;
    content: "";
    height: 5px;
    position: absolute;
    top:55px;
    width: 200%;
    opacity: 0.8;
    background-repeat: repeat;
    -webkit-animation: bgRunning 3s linear 0s infinite both;
    -moz-animation: bgRunning 3s linear 0s infinite both;
    -ms-animation: bgRunning 3s linear 0s infinite both;
    -o-animation: bgRunning 3s linear 0s infinite both;
    animation: bgRunning 3s linear 0s infinite both;
}
.hr-header .hr-main-header::after{
  position: absolute;
  top: 100%;
  left: 0;
  background: url(https://bloomingtree.itsprowebsite.com/public/BLOMINGTRE/themeaB9xY12z/assets/images/backgrounds/line-2.png) no-repeat scroll center top;
  content: "";
  height: 17px;
  width: 100%;
}
.hr-header .hr-main-header.scrolled::before {
  top: 0 !important;
}
.hr-header .hr-main-header .hr-inner-header .hr-brand {
  margin-right: 30px;
}
.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: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 110px;
}
.hr-header .hr-main-header .hr-inner-header .hr-header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.hr-header .hr-header-menu {
  margin-right: 0px;
  display: flex;
  align-items: center;
  column-gap: 70px;
}
.hr-announcement-right .nav li .office-address-inner svg path {
  fill: var(--color-2);
}
.hr-header .hr-header-menu .nav .nav-item {
  margin-right: 38px;
  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 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0px;
  text-transform: capitalize;
  position: relative;
}
.hr-header .hr-header-menu > .nav > .nav-item > .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background: var(--color-2);
  height: 2px;
  transition: .3s ease-in-out;
}
/*.hr-header .hr-header-menu > .nav > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -14px;
  width: 6px;
  background: var(--color-2);
  height: 6px;
  transition: .3s ease-in-out;
}*/
.hr-header .hr-header-menu > .nav > .nav-item > .nav-link:hover::after {
  width: 100%;
  transition: .3s ease-in-out;
}
.hr-main-header {
  background-color: var(--color-3);
}
.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-2);
}
.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;
}
.hr-header .hr-header-menu .hr-inner-dropdown,
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown {
  position: absolute;
/*  border-radius: 0.5rem;*/
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
  padding: 10px 0px 0px;
  background-color: var(--white);
  min-width: 200px;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #b89b5e;
}
.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: 10px 15px 15px 30px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.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-1);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hr-header .hr-header-menu .hr-inner-dropdown .hr-sub-inner-dropdown .nav-item:after, .hr-header .hr-header-menu .hr-inner-dropdown .nav-item:after{
  top: 19px;
  width: 6px;
  height: 6px;
  content: "";
  left: 15px;
  position: absolute;
  background-color: #c6ac82;
}
.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-2);
  padding-left: 15px;
  transition: 0.3s all ease-in-out;
}
.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: -15px;
  right: -12px;
  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-2);
  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 #fff;
  background: 0 0;
  color:#fff;
  border-radius: 0.2rem;
}
.hr-header .hr-main-header .hr-inner-header .hr-mob-menu .hr-menu-btn span {
  font-weight: var(--weight-800);
  color: #fff;
}
.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: #fff;
  width: 330px;
  padding: 50px 30px;
  box-shadow: 0 10px 30px 0 var(--shadow-02);
  height: 100vh;
  z-index: 999;
}
.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 #343434;
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  font-size: 18px;
  color: #343434;
}
.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;
}
.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 .nav li .office-address-inner svg {
  width: 21px;
  height: 21px;
}
.hr-announcement-right .nav li .office-address-inner .office-address-content .office-location {
  display: flex;
  align-items: center;
  color: var(--white);
  font-weight: var(--weight-400);
  padding: 0;
  margin-right: 1.5rem;
  font-size: 15px;
  font-family: var(--font-02);
}   
.hr-announcement-right .nav li .office-address-inner {
  column-gap: 5px;
}
.hr-header-menu .hr-btn.btn-main:hover {
  background: #fff;
  border-color: #fff;
}
.hr-mobile-btn {
  display: none;
}
@keyframes bgRunning{
  from {
    background-position: left center;
  }
  to {
    background-position: right center;
  }
}
@media(max-width:1400px){
.hr-header .hr-main-header .hr-inner-header .hr-header-cart {
	margin-right: 8px;
}
}
@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;
  }
  .hr-announcement-left {
  display: none;
}
.hr-header .hr-announcement-warp .hr-announcement-bar {
  justify-content: center;
}
.hr-header .hr-announcement-warp .hr-announcement-bar .hr-announcement-right .nav .nav-item{
  position: relative;
}
.hr-mobile-btn {
  display: block;
}
}
@media (max-width:1024px){
  .hr-header .hr-header-menu .nav .nav-item .nav-link{
    color: #343434;
  }
}

@media(max-width:992px){
  .hr-announcement-right .nav li .office-address-inner {
    display: none;
  }
  .hr-address{
    display: none!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;
  }
}
@media screen and (max-width: 540px) {
  .hr-header .hr-main-header .hr-inner-header .hr-brand .hr-brand-link img{
    height: 60px;
  }
  .hr-announcement-right .nav li .office-address-inner .office-address-content .office-location{
    color: #343434;
  }
  .hr-header .hr-announcement-bar .nav .nav-item .nav-link {
  color: var(--white);
  }
  .hr-header .hr-header-menu .nav .nav-item .nav-link{
    color: #343434;
  }
  .hr-header .hr-header-menu .nav .active .nav-link, .hr-header .hr-header-menu .nav .nav-item .nav-link:hover{
    color: #fff;
  }
  .hr-announcement-right .nav {
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
  }
  .hr-mobile-btn {
    display: block;
    padding: 5px;
    font-size: 10px;
  }
  .hr-header .hr-announcement-warp {
    padding: 5px 0px;
  }
  .hr-header .hr-announcement-bar .nav .nav-item .nav-link {
    font-size: 13px;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-brand {
    margin-right: 0px;
  }
  .hr-header .hr-main-header .hr-inner-header .hr-header-right {    
    width: calc(100% - 70px);
      justify-content: end;
  }
}
