.hls-site-header .navbar {
    padding: 0;
}

.hls-site-header nav.navbar {
    padding: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.hls-header.navbar.hls-solid-header {
    position: initial;
    background-color: #fff;
}

.hls-solid-header a {
    color: #000 !important;
}

.hls-solid-header .social-icons svg {
    color: #000 !important;
}

.hls-solid-header .menu-item-has-children a:first-child:nth-last-child(2):before {
    border-color: #000 transparent transparent transparent !important;
}

.hls-header.navbar.hls-solid-header {
    height: 90px !important;
}

.hls-site-header .hls-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hls-site-header a.navbar-brand {
    padding: 0;
}

.hls-site-header .hls-nav-bar-items {
    width: 100%;
}

.hls-site-header .hls-nav-head {
    display: flex;
    align-items: center;
}

.hls-site-header .header-right {
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

a.btn-orange-background:hover {
    border: 2px solid #EA4E4E !important;
    background-color: transparent !important;
    transition: 0.5s ease;
    color: #EA4E4E !important;
}

.hls-site-header .header-right a.btn-orange-background,
.hls-why-choose-more a.hls-btn-orange-background {
    background: #EA4E4E;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    border: 2px solid transparent;
    transition: 0.5s ease;
}

.hls-site-header .hls-header-icon {
    display: flex;
    margin: 0 10px 0 0px;
    align-items: center;
}

.hls-site-header .social-icons svg {
    color: #fff;
    font-size: 18px;
}

.hls-site-header .social-icons a {
    display: inline-block;
    padding: 0 8px;
}

.hls-site-header .social-icons a.hls-cart {
    position: relative;
    text-decoration: none;
    padding-right: 13px;
}

.hls-site-header a.hls-cart .hls-cart-counter {
    display: flex;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    background: #FF5E20;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -12px;
    align-items: center;
    justify-content: center;
}

.hls-site-header .hls-header-items {
    width: calc(100% - 510px);
    display: inline-block;
    padding-left: 5%;
}

.hls-site-header .hls-header-items ul.navbar-nav {
    justify-content: space-between;
    width: 100%;
}

.hls-site-header .hls-header-items ul.navbar-nav li a {
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .45px;
    line-height: 22px;
}

.hls-site-header {
    position: relative;
    z-index: 111;
}

.hls-site-header ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.hls-site-header header {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.hls-site-header .bs-main-head {
    display: flex;
    position: relative;
    align-items: center;
}

.hls-site-header .logo-container {
    flex: 1;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hls-site-header .nav-btn {
    flex: 5;
    display: flex;
    align-items: center;
}

.hls-site-header .nav-links {
    flex: 2;
}

.hls-site-header .log-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.hls-site-header .logo {
    margin-bottom: 0;
}

.hls-site-header .logo img {
    width: 100%;
}

.hls-site-header .logo span {
    font-weight: 300;
}

.hls-site-header .btn {
    display: inline-block;
    padding: .5rem 1.3rem;
    font-size: .8rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    line-height: 1;
    margin: 0 .2rem;
    transition: .3s;
    text-transform: uppercase;
}

.hls-site-header .btn.solid,
.hls-site-header .btn.transparent:hover {
    background-color: #fff;
    color: #69bde7;
}

.hls-site-header .btn.transparent,
.hls-site-header .btn.solid:hover {
    background-color: transparent;
    color: #fff;
}

.hls-site-header .nav-links .menu-main-menu-container>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.hls-site-header .nav-links {
    position: relative;
}

.hls-site-header .nav-links ul li a {
    color: #fff;
    padding: 0 .8rem;
    letter-spacing: 1px;
    font-size: .95rem;
    display: block;
    transition: .5s;
    position: relative;
}

.hls-site-header .nav-link>a>i {
    margin-left: .2rem;
}

.hls-site-header .nav-link:hover>a {
    transform: scale(1.1);
}

.hls-site-header .sub-menu {
    left: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    left: auto;
    z-index: 1111;
    visibility: visible;
    transition: 0.5s ease;
    transform: translateY(10px);
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    white-space: inherit;
    width: 200px;
}

.hls-site-header .sub-menu li a {
    display: flex;
    background-color: #fff;
    color: #000;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px 8px 25px;
    width: 100%;
}

.hls-site-header .sub-menu li:last-child {
    border-bottom: 5px solid #061A3A;
}

.hls-site-header .menu-item .sub-menu .menu-item:last-child:hover>a {
    border: none;
}

.hls-site-header .sub-menu .menu-item-has-children:hover>a:first-child:nth-last-child(2):before {
    border-color: transparent #000 transparent transparent !important;
    top: 50%;
}

.hls-site-header ul li {
    position: relative;
}

.hls-site-header .menu-item .sub-menu .menu-item>a {
    padding: .5rem 1rem;
}

.hls-site-header .menu-item .sub-menu .menu-item:hover>a {
    color: #061A3A;
    border-bottom: 2px solid;
    transition: 0.3s ease;
    display: inline-block;
}

.hls-site-header .menu-item .sub-menu .menu-item:not(:last-child) a {
    border-bottom: 2px solid #efefef;
}

.hls-site-header .sub-menu .menu-item svg {
    transform: rotate(-90deg);
}

.hls-site-header .menu-item .sub-menu .menu-item {
    margin: 0 !important;
}

.sub-menu .menu-item-has-children {
    padding-bottom: 0px;
}

.hls-site-header .sub-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.hls-site-header .sub-menu li .sub-menu:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 15px;
    left: 7px;
    background-color: #fff;
    transform: rotate( 45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.hls-site-header .menu-item:hover>.sub-menu,
.hls-site-header .sub-menu .menu-item:hover>.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
    box-shadow: rgb(117 112 120 / 32%) 1px 10px 32px 4px;
}

.hls-site-header .menu-item-has-children {
    padding-bottom: 31px;
    margin-bottom: -31px;
}

.hamburger-menu-container {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hamburger-menu div {
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    position: relative;
    z-index: 1001;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #000;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before {
    transform: translateY(-7px);
}

.hamburger-menu div:after {
    transform: translateY(7px);
}

#check {
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    z-index: 90000;
    cursor: pointer;
    opacity: 0;
    display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
    background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
    transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
    transform: translateY(0) rotate(45deg);
}

.hls-site-header .menu-item-has-children a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 45%;
    right: 0px;
    border-width: 4px 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.hls-site-header .menu-item-has-children:hover>a:first-child:nth-last-child(2):before {
    border-color: transparent transparent #fff transparent !important;
    border-bottom-color: #000;
    margin-top: -5px;
}

.hls-site-header .nav-links ul li .sub-menu li a {
    color: #000;
}

.hls-site-header .menu-item-has-children ul li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 40%;
    right: 10px;
    border-width: 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #000 !important;
}

.hls-site-header .menu-item-has-children ul>li:last-child>a:hover {
    border-bottom: 0px solid transparent;
}

.hls-site-header ul.sub-menu li {
    padding: 0px 0;
}

@keyframes animation {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}


/*
* footer style
*/

footer.hls-footer-sec {
    background: #17869E;
    overflow: hidden;
}

footer.hls-footer-sec:after {
    content: "";
    background-image: linear-gradient(to bottom, #023742eb, #063944e3), url(../images/footer-min.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    background-color: #17869E;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

footer .bs-footer-widgets {
    padding: 120px 0 120px;
}

.hls-footer-copyright small {
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.hls-footer-copyright small a {
    color: #fff;
    display: inline-block;
}

.hls-footer-copyright small a:hover {
    color: #F17732 !important
}

.hls-footer-copyright {
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    padding: 18px 0;
}

.hls-footer-sec ul li a {
    color: #ffffff !important;
}

.hls-footer-sec .widget_nav_menu ul li {
    flex: 0 1 100%;
    max-width: 50%;
    padding: 10px 0;
}

footer .widget-title {
    margin-bottom: 20px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

footer.hls-footer-sec .menu-services-container ul {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 6px;
    margin: 0px auto;
}

footer.hls-footer-sec .menu-services-container ul li {
    flex: 0 1 100%;
    max-width: 100%;
    padding-bottom: 18px;
}

.hls-footer-sec .hls-footer-description {
    margin: 26px 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.35px;
    color: #ffffff;
    opacity: 1;
}

.hls-footer-sec ul.hls-footer-contact,
.hls-footer-sec ul.hls-footer-social-media {
    padding: 0;
    list-style: none;
    margin-left: 3px;
}

.hls-footer-sec ul.hls-footer-contact li {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .35px;
    color: #ffffff;
    margin-bottom: 35px;
}

.hls-footer-sec ul.hls-footer-contact li img {
    padding-right: 20px;
}

.hls-footer-sec ul.hls-footer-social-media li {
    display: inline-block;
    margin-right: 13px;
}

.hls-footer-sec h6 {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
    letter-spacing: .45px;
}

.hls-footer-contact-info span {
    transition: 0.5s ease;
    font-size: 16px;
}

.hls-footer-contact-info a span:hover {
    color: #F17732;
    transition: 0.5s ease;
}

.hls-footer-contact-info h6 {
    margin: 0;
    font-weight: 600;
}

.hls-footer-sec ul.hls-footer-contact li:last-child {
    margin-bottom: 0;
}

.hls-footer-sec .widget_nav_menu ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -5px;
    border-radius: 4px;
}

.hls-footer-sec .widget_nav_menu ul li a {
    position: relative;
    padding-left: 25px;
    transition: 0.5s ease;
}

.hls-footer-sec .widget_nav_menu ul li a:hover {
    color: #F17732 !important;
    transition: 0.5s ease;
}

.hls-footer-sec .widget_nav_menu ul li a:hover:after {
    background: #F17732 !important;
    ;
}

.hls-footer-contact {
    margin: 0;
}

.hls-footer-sec .gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 10px;
    margin-top: 15px;
}

.hls-footer-sec .gallery-item {
    margin: 0;
}

.hls-footer-sec .mc4wp-form-fields p:first-child {
    max-width: 100%;
    width: 100%;
}

.hls-footer-sec .mc4wp-form-fields {
    display: flex;
}

.hls-footer-sec .mc4wp-form-fields p {
    padding: 0;
    margin: 0;
    position: relative;
}

.hls-footer-sec input[type="email"],
.hls-footer-sec input[type="submit"] {
    height: 45px;
    border: 0px;
}

.hls-footer-sec input[type="email"] {
    padding: 0 85px 0 24px;
    color: #32363b;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
    border-radius: 4px;
}

.hls-footer-sec input[type="email"]::placeholder {
    color: #32363b;
}

.hls-footer-sec input[type="submit"] {
    width: 75px;
    font-size: 16px;
    position: absolute;
    bottom: 1.9px;
    right: 2px;
    height: 41px;
    padding: 0;
    transition: 0.5s ease;
    border-radius: 0;
}

.hls-footer-sec .mc4wp-form-fields p:nth-child(2):after {
    position: absolute;
    top: 10px;
    bottom: 0;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    right: 17px;
    width: 20px;
    content: url(https://api.iconify.design/bi/arrow-right.svg?color=white);
    height: 0;
}

ul.hls-footer-social-media {
    margin: 0;
}

.hls-footer-sec .widget {
    margin: 0 !important;
}

.hls-footer-sec .hexa-contect-icon:hover {
    box-shadow: inset 0 0 0 25px #f17732;
    transition: 0.5s ease;
}

.hls-footer-sec .hexa-contect-icon:hover svg {
    color: #fff;
}

.hls-footer-sec .hexa-contect-icon svg {
    line-height: 40px;
    font-size: 18px;
    color: #17869E;
}

.hls-footer-sec .hexa-contect-icon {
    width: 35px !important;
    height: 40px;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 8px;
    transition: 0.5s ease;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
    margin-right: 18px;
}

.hls-footer-social-media a {
    width: 35px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
    transition: 0.5s ease;
    box-shadow: inset 0 0 0 0 transparent;
}

.hls-footer-social-media a:hover svg {
    color: #fff;
}

.hls-footer-social-media a:hover {
    box-shadow: inset 0 0 0 25px #f17732;
    transition: 0.5s ease;
}

.hls-footer-social-media a svg {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17869E;
    font-size: 18px;
}

a.hls-cart {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    gap: 5px;
}

a.hls-cart i {
    line-height: 34px;
}

.hls-nav-bar-items ul#menu-main-menu>li>ul.sub-menu:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 9px;
    background-color: #fff;
    transform: rotate( 45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.lbs-header .nav-links ul li a,
.lbs-header .social-icons svg {
    color: #232323;
}

.lbs-header .menu-item-has-children a:first-child:nth-last-child(2):before {
    border-color: #232323 transparent transparent transparent;
}

.lbs-header .menu-item-has-children:hover>a:first-child:nth-last-child(2):before {
    border-color: transparent transparent #232323 transparent !important;
}

.lbs-call {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border-right: 1px solid #e7effa;
}

.lbs-call span {
    display: block;
    color: #061A3A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.lbs-call a {
    line-height: 18px;
    font-size: 12px;
    color: #232323;
    font-weight: 600;
}

.lbs-call-icon svg {
    font-size: 22px;
    margin-right: 10px;
    color: #061A3A;
}

.lbs-header.navbar {
    padding: 0px 25px;
}

.lbs-header .header-right a.btn-orange-background {
    background: #17869E;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px 10px;
    font-size: 14px;
    transition: 0.5s ease !important;
    border: 0 !important;
}

.lbs-header .header-right a.btn-orange-background:hover {
    background-color: #061A3A !important;
    transition: 0.5s ease !important;
    color: #fff !important;
}

.lbs-header .social-icons a {
    background: #FCFCFD;
    border: 1px solid #DEE6EF;
    width: 35px;
    height: 35px;
    align-items: center;
    border-radius: 50px;
    display: inline-block;
    line-height: 35px;
    transition: 0.5s ease !important;
    margin-right: 10px;
}

.lbs-header .social-icons a:hover {
    background-color: #061A3A !important;
    transition: 0.5s ease !important;
}

.lbs-header .social-icons a:hover svg {
    color: #fff;
}

.lbs-header .nav-links {
    padding: 24px 0;
}

.lbs-header .social-icons {
    padding: 18px 40px;
    border: 1px solid #e7effa;
    border-bottom: 0;
    border-top: 0;
}

.lbs-header .hls-cart {
    padding: 0 0px 0 22px;
}

.lbs-header .hls-cart svg {
    color: #00A3C8;
}

.bs-lb-banner .form-check-inline {
    margin-right: 0;
    width: 100%;
}

.hls-header-icon .social-icons a:last-child {
    margin-right: 0;
}

.hls-footer-sec .mc4wp-form-fields p label {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 21px;
}

.footer-icon-hexa:after {
    content: "";
    width: 41px;
    height: 46px;
    background-color: #E7EFFE;
    position: absolute;
    left: -3px;
    z-index: -1;
    top: -3px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
}

.single .blog-content .bs-blog-detail ul>li:before,
.bs-product-tab .woocommerce-Tabs-panel--description ul li:before {
    content: url(https://api.iconify.design/ci/check-bold.svg?color=white&width=15&height=15);
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    background: #17869E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 30px;
    padding-top: 5px;
    align-items: center;
}

.nice-select ul li:before {
    display: none !important;
}

.bs-product-tab .woocommerce-Tabs-panel--description ul li {
    position: relative;
    list-style: none;
    line-height: 32px;
    padding-left: 45px;
    margin-bottom: 10px;
}

.single.single-post .blog-content .post-categories>li:before,
.single.single-post .blog-content .blocks-gallery-grid>li:before {
    list-style: none !important;
    display: none;
}

.single .blog-content .blocks-gallery-grid li {
    padding: 0;
}

.bs-blog-detail ol>li {
    padding-left: 45px;
    margin-bottom: 10px;
}

.blog-content ol {
    padding: 0;
}

ul.blocks-gallery-grid {
    margin: 10px 10px 10px 0 !important;
}

.bs-blog-detail input[type="submit"] {
    height: 56px;
    border: 0;
}

.bs-blog-detail input[type="password"] {
    background-color: #eef3f7;
    border: 0 !important;
    padding-left: 15px;
    height: 56px;
    font-size: 14px;
}


/* add ol css */

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol>li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

.single.single-post ol>li:before {
    content: counters(item, ".");
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    background: var(--primarycolor);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #fff;
}

li ol>li {
    margin: 0;
}

li ol>li:before {
    content: counters(item, ".") " ";
}


/* end ol css */

.single-product a.healthieo-prod-fav {
    width: fit-content;
}

span.a2a_svg {
    background-color: #FFFFFF !important;
    border: 1px solid #E7EFFE;
    border-radius: 50% !important;
    padding: 4px !important;
    height: 40px !important;
    width: 40px !important;
    transition: 0.5s ease;
}

span.a2a_svg:hover {
    background-color: #17869E !important;
    opacity: 1 !important;
    transition: 0.5s ease;
}

span.a2a_svg:hover path {
    fill: #fff;
    transition: 0.5s ease;
}

.bs-blog-category .post-categories {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    position: absolute;
    z-index: 111;
    right: 0;
    bottom: 54px;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    padding-right: 30px;
}

.bs-blog-category .post-categories li {
    padding: 0;
}

.bs-more-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0 0;
}

span.bs-blog-category a,
.bs-more-cats a {
    padding: 0 25px;
    min-height: 48px;
    background-color: #17869E;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    transition: 0.5s ease;
}

span.bs-blog-category a:hover,
.bs-more-cats a:hover {
    background-color: #F17732 !important;
    transition: 0.5s ease;
}

span.blog-author {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #000000;
}

.blog-author span {
    font-weight: 400;
    color: #17869E;
    text-transform: capitalize;
}

span.bs-about-blog {
    display: flex;
    align-items: center;
    gap: 35px;
}

span.icon:after {
    content: "";
    max-width: 7px;
    width: 100%;
    max-height: 7px;
    height: 100%;
    left: -21px;
    top: 8px;
    background: #17869E;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

aside .bs-single-doctor-form {
    margin: 0;
}

aside .bs-single-doctor-form .col-md-6 {
    max-width: 100%;
    width: 100%;
}

aside .bs-single-doctor-form .form-group label {
    display: none;
}

aside .bs-single-doctor-form .bs-comment-doctor-form {
    padding: 0;
    background-color: transparent;
}

aside .healthieo-widget-appointment .bs-appointment-form input,
aside .healthieo-widget-appointment .bs-appointment-form textarea {
    background: #FFFFFF;
    border: 1px solid #E7EFFE !important;
    border-radius: 4px;
}

aside input#appoint-checkbox {
    border: 1px solid #cccccc;
}

.btn-primary:active:focus {
    box-shadow: none !important;
}

aside .select2-container--default .select2-selection--single {
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #E7EFFE !important;
    border-radius: 4px;
}

ul.hls-cat-list {
    padding: 0;
    margin: 0;
}

ul.hls-cat-list li {
    list-style: none;
    background: #FFFFFF;
    border: 1px solid #E7EFFE;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

ul.hls-cat-list li:last-child {
    margin-bottom: 0;
}

.hls-cat-list li a {
    display: block;
    position: relative;
    transition: 0.5s ease;
    border-radius: 4px;
}

.hls-cat-list a:hover {
    background-color: #f17732;
    color: #fff;
}

:is(.blog, .archive, .page-template-healthieo-wishlist) footer .bs-footer-widgets {
    padding: 100px 0 100px;
}

.social-tag .healthieo-social-share {
    max-width: 28%;
    width: 100%;
}


/* pagination design  */

.bs-doctor-grid .pagination,
.bs-services-post .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

:is(.bs-doctor-grid, .bs-services-post) li a {
    display: flex;
    box-shadow: inset 0 0 0 0 transparent;
    align-items: center;
    width: 40px;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-right: 10px !important;
    border: 1px solid var(--lightcolor);
    font-size: 14px !important;
    padding: 0 13px !important;
    height: 40px;
    color: #232323 !important;
    border-radius: 4px;
    transition: 0.5s ease;
    line-height: 9px !important;
}

:is(.bs-doctor-grid, .bs-services-post) li:last-child a {
    margin-right: 0 !important;
}

:is(.bs-doctor-grid, .bs-services-post) li {
    position: relative;
}

:is(.bs-doctor-grid, .bs-services-post) li a:hover,
:is(.bs-doctor-grid, .bs-services-post) li.active a {
    box-shadow: inset 0 0 0 25px var(--secondarycolor);
    transition: 0.5s ease;
    background-color: var(--secondarycolor);
    color: #ffffff !important;
}