* {
    padding: 0;
}

html {
    width: 100%;
    max-width: 100%;
}

:root {
    --primarycolor: #17869E;
    --secondarycolor: #F17732;
    --lightcolor: #E7EFFE;
    --he_textcolor: #232323;
    --shadowcolor: 0px 0px 10px rgb(0 0 0 / 5%);
}

h2,
h3 {
    color: #232323;
}

body {
    overflow-x: hidden;
    width: 100%;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

p {
    color: #555555;
}

a {
    color: #232323;
}

a:hover {
    color: #F17732;
}

img {
    max-width: 100%;
}

.bar1 {
    margin-top: 0;
}

.bar1,
.bar2,
.bar3 {
    width: 26px;
    height: 3px;
    background-color: #333;
    margin: 5px 10px 0 0;
    transition: 0.4s;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.navbar-toggler[aria-expanded="true"] .bar1 {
    transform: translateY(3px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .bar2 {
    transform: translateY(-5px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .bar3 {
    display: none;
}

.navbar-toggler[aria-expanded="false"] .container {
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.menu-opened {
    height: 100%;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.bs-topbar {
    background-color: #061A3A;
}

.bs-topbar svg,
.bs-topbar p {
    color: #fff;
    font-size: 14px;
}

.bs-topbar .bs-info p {
    display: inline-block;
    padding-right: 30px;
    margin: 0;
}

.bs-topbar .bs-info p:last-child {
    padding-right: 0;
}

.bs-topbar {
    padding: 8px 0;
}

.bs-topbar svg {
    vertical-align: middle;
    font-size: 22px;
}

.bs-info svg {
    padding-right: 6px;
    line-height: 0;
}

.bs-social {
    text-align: end;
}

.bs-social a {
    padding-right: 18px;
    text-decoration: none;
}

.bs-social a:last-child {
    padding-right: 0px;
}

.bs-navbar {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0 0;
}

.bs-info div {
    display: inline-block;
    padding-right: 30px;
}


/*end submenu*/


/* footer */

.bs-vector::after {
    content: '';
    background-image: url("../images/vector.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background-size: 100% 100%;
}

footer {
    background-color: #f3f8fb;
    position: relative;
    z-index: 0;
}

.map-footer {
    padding: 80px 0 0 0;
}

.bs-footer-widgets h3 {
    margin-bottom: 20px;
}

.bs-aboutfooter {
    max-width: 369px;
}

.bs-aboutfooter p {
    font-size: 14px;
    margin-top: 17px;
    margin-bottom: 28px;
}

.bs-footer-social a {
    border-radius: 4px;
    background-color: #061A3A;
    color: white;
    text-align: center;
    padding: 6px 10px;
    text-decoration: none;
    transition: all .5s ease-in-out;
}

.bs-footer-social i {
    line-height: 16px;
    vertical-align: middle;
}

.bs-footer-social a:hover {
    box-shadow: inset 0 0 0 25px #F17732;
    transition: 0.5s ease;
    border: 1px solid transparent;
    background-color: #F17732;
    color: #fff;
}

.bs-doctor-social svg {
    font-size: 32px;
    padding: 7px;
    color: #17869E;
}

.bs-footer-widgets .widget_nav_menu ul {
    list-style: none;
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 6px;
    margin: 0px auto;
}

.bs-footer-widgets .widget_nav_menu ul li {
    flex: 0 1 100%;
    max-width: 50%;
    padding-bottom: 18px;
}

.bs-footer-widgets .widget_nav_menu ul li a {
    color: #484a4b;
    text-decoration: none;
    font-size: 16px;
    word-break: break-word;
}

.select2-dropdown--below {
    top: 30px;
}

.widget_nav_menu h5 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
}

footer .bs-footer-content {
    display: flex;
    align-items: center;
}

footer .map-footer {
    border-bottom: 1px solid #dadfe1;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.bs-vector {
    padding-bottom: 80px;
}

.absolute-footer {
    background-color: #061A3A;
    padding: 27px 0;
}

.absolute-footer h5 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

footer ol {
    list-style: none;
}

.time-sechadule {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.time-sechadule li span {
    margin-right: 30px;
}

ol span {
    flex: 0 1 50%;
    max-width: 26%;
    color: #061A3A;
    font-weight: 500;
}

ol li {
    color: #6e7072;
    flex: 1 0 50%;
    max-width: 100%;
}


/* end footer? */


/* Blog */

.bs-blog h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 42px;
}

.bs-blog .bs-card-body span small {
    font-size: 16px;
}

.bs-blog .bs-card-body h3 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #232323;
    text-decoration: none;
    transition: 0.5s ease;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bs-blog .bs-card-body h3 a:hover {
    color: var(--secondarycolor);
    transition: 0.5s ease;
}

.bs-blog p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.bs-card-body span .fa-calendar-alt {
    color: #061A3A !important;
}

.bs-card-body .bg-readmore {
    color: var(--primarycolor);
    text-decoration: none;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    transition: 0.5s ease;
}

.bs-card-body .bg-readmore:hover {
    color: var(--secondarycolor);
    transition: 0.5s ease;
}

.lbs-blog-bottom {
    padding: 15px 25px;
    border-top: 1px solid var(--lightcolor);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bs-card {
    border-radius: 0px;
}

.bs-card-styling {
    margin-bottom: 30px;
    transition: 0.5s ease;
    border-radius: 5px;
    border: 1px solid var(--lightcolor);
}

.bs-card-styling:hover {
    transform: scale(1.0);
    transition: 0.5s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}

.bs-card-styling:hover .bs-bg-readmore {
    background-color: #061A3A;
}

p {
    word-break: break-word;
}

.bs-blog .pagination-large {
    margin: 30px 0 0;
}


/*end Blog*/

.wp-block-image {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.wp-block-button a {
    margin: 10px 0;
}


/* single blog page */

.bs-page {
    position: relative;
    text-align: center;
    padding: 66px 0;
    z-index: 1;
}

.bs-page:after {
    content: '';
    background-image: url(../images/Layer57.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 12px;
    background-size: 100% 100%;
    z-index: -1;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.bs-page h3 {
    font-size: 34px;
    font-weight: 600;
    color: #fff !important;
}

.bs-page h5 {
    font-size: 16px;
    color: #fff;
}

.bs-page h5 span {
    color: #061A3A;
}

.bs-page-head {
    background-color: #17869E;
    position: relative;
    overflow: hidden;
}

.bs-blog-content .bs-blog-detail .bs-about-blog {
    font-size: 14px;
}

span.bs-about-blog .icon i {
    color: #061A3A;
    font-size: 16px;
    line-height: 0;
    vertical-align: middle;
    padding-right: 10px;
}

.bs-blog-detail {
    max-width: 770px;
}

.bs-about-blog .icon {
    position: relative;
    font-size: 14px;
}

.bs-blog-detail p {
    font-size: 16px;
    line-height: 30px;
}

.blog-content li {
    line-height: 32px;
    list-style: none;
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}

.blog-content li:last-child {
    margin-bottom: 0px;
}

.bs-blog-detail h6 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
}

.social-tag {
    display: flex;
    padding: 23px 31px 13px;
    margin-top: 25px;
    margin-bottom: 50px;
    width: 100%;
    justify-content: space-between;
    background: rgb(231 239 254 / 20%);
    border: 1px solid var(--lightcolor);
    border-radius: 5px;
}

.social-tag .bs-single-blog-tags h5 {
    display: inline-block;
    margin-right: 25px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #061A3A;
}

.bs-single-blog-tags a {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    color: #555555;
    background: #FFFFFF;
    border: 1px solid #E7EFFE;
    border-radius: 4px;
    padding: 4px 14px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.bs-single-blog-left-add svg path {
    color: var(--primarycolor);
}

.bs-single-blog-tags a:hover {
    background: #F17732;
    color: #fff;
}

.bs-single-blog-tags a:last-child {
    margin-right: 0;
}

.bs-single-blog-tags a:last-child:after {
    content: none;
}

.bs-inner-form {
    display: flex;
}

.blog-content {
    margin-right: 3px;
}

.bs-blog-sidebar {
    margin-left: 3px;
    position: relative;
    overflow: hidden;
}

aside .widget {
    padding: 30px 20px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
    background: rgb(231 239 254 / 20%);
    border: 1px solid var(--lightcolor);
    border-radius: 5px;
}

.bs-recent-widget {
    padding: 32px;
    border-bottom: 1px solid #e7effa;
}

.bs-blog-sidebar ul li a {
    text-decoration: none;
    display: inline;
    position: relative;
    font-size: 16px;
    color: #232323;
}

.bs-blog-sidebar ul li:hover {
    background-color: #f17732;
    border-radius: 4px;
    color: #fff;
}

.bs-blog-sidebar ul>li:hover>a,
.bs-blog-sidebar ul li:hover span a {
    color: #fff;
}

.bs-blog-sidebar ul {
    list-style: none;
    padding: 0;
    text-decoration: none;
    margin: 0;
}

.bs-blog-sidebar ul 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;
    position: relative;
    padding: 13px 50px 13px 20px;
}

.bs-blog-sidebar ul li:last-child {
    margin: 0;
}

.widget.widget_text select {
    max-width: 100%;
}

.bs-blog-sidebar ul li:hover:after {
    content: url(https://api.iconify.design/ic/sharp-arrow-right-alt.svg?color=white&width=35);
}

.bs-blog-sidebar ul li:after {
    content: url(https://api.iconify.design/ic/sharp-arrow-right-alt.svg?color=%2317869E&width=35);
    position: absolute;
    right: 12px;
    top: 13px;
}

.bs-small-sec {
    display: flex;
    margin-bottom: 20px;
}

.bs-small-sec>div:first-child {
    max-width: 80px;
}

.bs-small-sec img {
    max-width: 80px;
    height: 80px;
    border-radius: 4px;
}

.bs-small-sec .bs-small-text {
    padding-left: 20px;
}

.bs-small-text span {
    font-size: 14px;
}

.bs-small-text h5 {
    font-size: 16px;
}

.bs-small-text svg {
    color: #061A3A;
    margin-right: 11px;
    vertical-align: middle;
}

.bs-small-sec:last-child {
    margin-bottom: 0;
}


/* Sidebar category */

.bs-blog-covid {
    padding: 32px;
}

.bs-blog-covid h4 {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #e7effa;
}

.bs-single-blog-category-title {
    padding: 23px 0;
    border-bottom: 1px solid #e7effa;
}

.bs-single-blog-category-title:last-child {
    padding-bottom: 0;
    border-bottom: 0px solid #e7effa;
}

.bs-single-blog-category-title h6,
.bs-single-blog-category-title h5 {
    display: inline-block;
}

.bs-single-blog-category-title h6 {
    margin-left: 17px;
    font-size: 15px;
}

.bs-single-blog-category-title h5 {
    float: right;
    font-size: 15px;
    font-weight: 500;
    color: #061A3A;
}


/* bs-single-blog-tags */

.bs-single-blog-sidbar-tag {
    padding: 23px;
}

.bs-single-blog-tags-name a {
    font-size: 13px;
    display: inline-block;
    padding: 7px 14px;
    background-color: #e7effa;
    text-decoration: none;
    margin: 0 10px 10px 0;
    color: #232323;
    border-radius: 4px;
}

.bs-single-blog-sidbar-blog-add img {
    margin-top: 30px;
    text-align: center;
}


/* end single blog page */


/* Comment form */

.bs-single-blog-left-add {
    display: flex;
    border: 1px solid var(--lightcolor);
    padding: 20px;
    max-width: 370px;
    align-items: center;
    border-radius: 5px;
}

.bs-single-blog-add-text {
    max-width: 232px;
    margin-right: 20px;
}

.bs-single-blog-add-text h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    line-height: 25px;
}

.bs-single-blog-add-text h6 {
    font-size: 14px;
    text-align: right;
    color: #061A3A;
}

.search-no-results label {
    width: 85%;
}

.bs-single-blog-sidbar-blog-add-text {
    max-width: 100%;
}

.bs-single-blog-sidbar-blog-add-text h5 {
    font-size: 18px;
    word-break: break-word;
}

.bs-single-blog-sidbar-blog-add-text h6 a {
    text-decoration: none;
    color: #061A3A;
    padding-right: 8px;
    font-size: 16px;
}

.healthieo-comments-list p {
    display: block;
    padding: 22px 30px 18px;
    margin-bottom: 0;
}

.post.pingback {
    margin-bottom: 0;
}

.post.pingback p {
    padding: 0 0 18px;
}

.comment-reply-link {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    padding-left: 8px;
    text-decoration: none;
}

.comment-reply-link svg {
    transform: rotate( 180deg);
    display: inline-block;
    margin-right: 6px;
}

.bs-single-blog-sidbar-blog-add-text h6 a:hover {
    color: var(--secondarycolor);
    text-decoration: underline;
    transition: 0.5s ease;
}

.bs-single-blog-add-text h6 i {
    vertical-align: middle;
    line-height: 0;
    color: #232323;
    padding-left: 15px;
}

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

.bs-single-doctor-main .bs-single-doctor-form {
    margin: 100px 0 100px;
}

.bs-doctor-form-headings h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bs-appoint-form .bs-single-doctor-form h6 {
    color: #17869E;
}

.bs-single-doctor-form h2 span {
    font-size: 16px;
    font-weight: 600;
}

.bs-comment-name img {
    max-width: 46px !important;
    height: 46px !important;
    border-radius: 50%;
}

.bs-comment-name {
    display: flex;
    align-items: center;
    background: #FBFCFD;
    border: 1px solid #E7EFFE;
    padding: 10px 31px;
}

.bs-comment-name h6 {
    font-size: 12px;
    margin: 0;
}

.bs-comment-name h5 a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #232323;
}

.bs-about-name {
    margin-left: 16px;
    margin-left: 16px;
    width: 100%;
    display: flex;
    gap: 54px;
    flex-wrap: wrap;
}

.bs-comment-name h6 svg {
    margin-right: 10px;
}

.bs-about-name span {
    flex-grow: 2;
    text-align: end;
}

.bs-about-name svg {
    color: #F17732;
}

.bs-single-blog-top-comment p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
    padding-right: 5px;
}

.bs-single-blog-top-comment p span {
    font-size: 14px;
    color: #061A3A;
    padding-left: 8px;
}

.bs-single-blog-top-comment p span:before {
    content: "\f123";
    font-family: 'flaticon';
    transform: rotate( 180deg);
    display: inline-block;
    padding-left: 6px;
}

.healthieo-comments-list .children {
    border: 1px solid #e7effa;
    max-width: 720px;
    padding: 32px;
    margin-left: auto;
    margin-right: 6px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.input-width {
    width: 50%;
    display: contents;
}

.bs-blog-form {
    padding: 60px 30px;
    margin-bottom: 60px;
    border-radius: 5px;
    background-color: #fff;
    padding: 60px 30px;
    border-radius: 5px;
    border: 1px solid var(--lightcolor);
    box-shadow: var(--shadowcolor);
}

.bs-btntheme,
.appoint-btn {
    transition: 0.5s ease;
}

:is( .bs-btntheme,
input[type="submit"],
.theme-btn .appoint-btn,
.quantity button,
button#place_order,
.btn-primary,
.minus,
.plus):hover {
    transition: 0.5s ease !important;
    border: 1px solid #F17732 !important;
    background-color: #F17732 !important;
}

.btn-primary:hover {
    background-color: #F17732;
}

button:focus {
    box-shadow: none !important;
}

.healthieo-comments-list .comment {
    border: 1px solid #e7effa;
}

.bs-blog-comment {
    margin-top: 50px;
}

.children .comment {
    border: 0px solid #e7effa;
    padding: 0px;
}

.bs-blog-comment input,
.bs-blog-comment textarea {
    background-color: var(--lightcolor) !important;
    border: 0 !important;
    border-radius: 5px;
}

.bs-blog-comment input {
    padding: 17.5px 22px !important;
    font-size: 16px;
    color: #555555 !important;
    margin-bottom: 25px;
}

.bs-blog-comment input::placeholder {
    font-size: 14px;
    color: #868686 !important;
}

.bs-blog-comment p.form-submit {
    margin: 25px 0 0;
    display: flex;
}

input.btn.btn-primary.btn-theme {
    color: #fff !important;
    background-color: #17869E !important;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 13px 32px !important;
    border: 1px solid transparent !important;
}

input.btn.btn-primary.btn-theme:focus {
    outline: none;
    border: 0 !important;
    box-shadow: none;
}

.bs-blog-comment label span {
    color: #cf3030;
}

.bs-blog-form h4 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}


/* 404 page */

.bs-error-text h2 {
    font-size: 180px;
    font-weight: 600;
    color: #232323;
    text-shadow: 8px 8px 0px rgb(0 0 0 / 20%);
    line-height: 10.625rem;
}

.bs-error-text h3 {
    font-size: 50px;
    font-weight: 600;
    line-height: 70px;
    word-break: break-word;
}

.bs-error-text h3 span {
    color: #061A3A;
    font-weight: 700;
}

.bs-error-text p {
    font-size: 18px;
    margin-bottom: 28px;
}

.bs-error-text a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 9.5px 27.5px;
    background-color: var(--primarycolor);
    text-decoration: none;
    transition: 0.5s ease;
    border-radius: 5px;
}

.bs-error-text a:hover {
    background-color: var(--secondarycolor);
    transition: 0.5s ease;
}

.page-404 .col-lg-6 {
    margin-bottom: 160px;
}

.page-404 {
    padding-top: 87px;
    position: relative;
}

.bs-error-text {
    padding-top: 63px;
}

.error-img img {
    height: 503px;
    max-width: 629px;
    width: 535px;
}

section.page-404:before {
    content: "";
    background: url(../images/404after.png);
    position: absolute;
    width: 100%;
    height: 838px;
    background-repeat: no-repeat;
    top: -84px;
    z-index: -1;
}


/* removed css */

.bs-doctor-grid .bs-doctor-img img {
    max-width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center center;
    border: 2px solid #e7effa;
    border-right: 0;
    object-fit: cover;
}

.bs-doctor-grid .icon-block.bs-doctor-social a:first-child {
    display: block;
}

.bs-doctor-grid .icon-block.bs-doctor-social a:first-child:hover {
    border: 1px solid #17869E;
    background: transparent;
    color: #17869E;
    box-shadow: none;
}

.bs-doctor-grid .icon-block.bs-doctor-social a:not(:first-child) {
    position: relative;
    top: 15px;
    transition: 0.5s ease;
}

.bs-doctor-grid .bs-doctor-detail {
    flex: 0 1 100%;
    max-width: 60%;
}

.bs-number i {
    color: #061A3A;
    padding-right: 8px;
}

.bs-number .bs-click {
    color: #061A3A;
}

.bs-number {
    display: block;
    padding-bottom: 8px;
}

.appoint-btn {
    background-color: #e5f6f9;
    width: 140px;
    text-align: center;
    display: inline-block;
    padding: 12px 0;
    font-size: 14px;
    color: rgb(0, 163, 200);
    line-height: 1.2;
}

.dr-info-grid td:last-child {
    padding: 0 0px 0 0px;
}

.dr-info-grid th {
    font-size: 16px;
    font-weight: 600;
    color: #17869E;
}

.dr-info-grid td {
    font-size: 16px;
    padding-right: 24px;
    padding: 4px 15px 0 0;
}

.bs-blog .bs-card-title {
    line-height: 25px;
}

.bs-blog .bs-card-styling img {
    border-radius: 5px 5px 0px 0px;
    height: 222px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

body {
    margin-bottom: 0 !important;
}

.hls-footer-logo img {
    width: 200px;
}

table.dr-info-grid {
    margin-bottom: 15px;
}

.row.bs-doctor-grid {
    padding-left: 0px;
    gap: 24px;
    margin-top: 36px;
}

.bs-share {
    width: 52px;
    height: 52px;
    display: inline-block;
    background-color: #061A3A;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    border: 7px solid #dfe8f3;
    position: absolute;
    right: 30px;
    bottom: -23px;
}

.bs-share i {
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

.bs-show-social {
    position: absolute;
    right: 38px;
    top: 25%;
}

.theme-btn a {
    text-decoration: none;
}

.theme-btn .appoint-btn {
    background-color: #17869E;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 12.5px 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bs-openhour-appoint p {
    color: #fff;
    margin: 3px 0 5px 0;
}

.bs-doctor-share a {
    position: relative;
    display: inline-block;
}

.bs-share i:hover .bs-show-social a {
    visibility: hidden;
}

.bs-doctorland-grid {
    margin-top: 60px;
}

.bs-show-social a {
    text-decoration: none;
    width: 37px;
    height: 37px;
    color: #232323;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background-color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.bs-show-social a i {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

.bs-show-social a:hover {
    background-color: #17869E;
    color: #fff;
}

.bs-show-social {
    display: none;
}

span.bs-hover-show:hover+.bs-show-social {
    display: block;
}


/*removed About Us page */


/* contect us side bar */

.bs-contct-sidebar .bs-continfo h3 {
    font-size: 20px;
    color: rgb(15, 98, 204);
    margin-bottom: 3px;
}

.bs-continfo {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}

.bs-continfo:last-child {
    border: none;
    margin: 0 !important;
}

.bs-continfo:last-child p {
    margin: 0;
}

.bs-contect-info {
    background-color: #fff;
    padding: 60px 30px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.bs-contect-info p {
    font-size: 16px;
    color: #555555;
    line-height: 1.571;
    word-break: break-all !important;
}

.bs-contct-sidebar {
    margin-top: 30px;
}

.form-control:focus {
    box-shadow: none;
}

.bs-doctor-form-heading {
    width: 70%;
}


/*submenu*/

.bs-navbar {
    display: block;
    text-align: center;
}

.bs-navbar ul {
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    transform: translateY(15px);
    text-align: left;
    opacity: 0;
    background-color: #fff;
    padding: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.5s ease;
    display: none;
}

.bs-navbar .sub-menu {
    border-bottom: 4px solid #E7EFFE;
}

.bs-navbar a {
    display: block;
    color: #232323;
    text-decoration: none;
    position: relative;
}

.bs-navbar {
    vertical-align: top;
    display: inline-block;
}

.bs-navbar li {
    position: relative;
    padding-right: 30px;
}

.ptc-news-slider-inner small {
    font-size: 16px;
}

.bs-navbar>li {
    margin-right: 25px;
    list-style: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
}

.bs-navbar>li>a,
.main-nave>li>a {
    font-size: 18px;
    font-weight: 600;
}

.nice-select li {
    padding: 0 29px 0 18px !important;
    margin: 0 !important;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    border: 0 !important;
}

.nice-select li:after {
    display: none;
}

.bs-make-appointment {
    margin: 25px 0 0 0 !important;
    padding: 12px 1em 12px !important;
    font-size: 16px !important;
    border: 1px solid transparent !important;
    transition: 0.5s ease;
    background: #17869E !important;
    border-radius: 5px !important;
}

.hls-staff-profile-link {
    display: none !important;
}

.bs-navbar .sub-menu li a {
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 16px !important;
}

.bs-navbar .sub-menu li a:hover {
    border: 0 !important;
}

.bs-navbar .sub-menu li:not(:last-child) {
    transition: 0.5s ease-in;
    border-bottom: 1px solid #E7EFFE;
}

.bs-mainnav .sub-menu li:hover {
    background-color: #E7EFFE;
    transition: 0.5s ease-in;
}

ul.sub-menu li:first-child:hover {
    border-radius: 3px 3px 0 0;
}

.bs-navbar>li>a:hover {
    color: #17869E;
}

.bs-mainnav .sub-menu li:hover>a {
    color: #F17732 !important;
}

.bs-navbar li li a {
    margin-top: 1px;
}

.sub-menu {
    position: absolute;
    white-space: inherit;
    z-index: 1;
    left: -99999em;
}

.bs-navbar>li:hover>ul {
    left: auto;
    min-width: 100%;
    z-index: 1111;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    box-shadow: rgb(117 112 120 / 32%) 1px 10px 32px 4px;
    border-radius: 4px;
    transition: 0.5s ease;
    display: block;
}

.bs-navbar>li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.bs-navbar>li li:hover>ul {
    left: 100%;
    margin-left: 1px;
    top: -1px;
}


/* arrow hover styling */

.menu-item-has-children>a:first-child:nth-last-child(2):before {
    border-top-color: #aaa;
}

.menu-item-has-children:hover>a:first-child:nth-last-child(2):before {
    border: 4px solid transparent;
    border-bottom-color: #061A3A;
    margin-top: -5px
}

.bs-navbar li li:hover>a:first-child:nth-last-child(2):before {
    border: 5px solid transparent;
    border-right-color: #061A3A;
    right: -12px;
}

.bs-navbar .menu-item-has-children li li>a:first-child:nth-last-child(2):before {
    border-left-color: #aaa;
    margin-top: 1px;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #8e8a8a transparent transparent transparent;
    position: absolute;
}

.bs-navbar .menu-item-has-children li li:hover>a:first-child:nth-last-child(2):before {
    transform: rotate( 90deg);
}

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

.main-nave {
    justify-content: flex-end;
}

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

.bs-quete {
    transition: 0.3s ease-out;
    text-decoration: none;
    color: #fff !important;
    font-size: 16px;
    padding: 7px 0;
    border: 1px solid transparent;
    width: 155px;
    text-align: center;
    background-color: #17869E;
    border-radius: 4px;
    transition: 0.5s ease;
    margin-left: 25px;
}

.bs-mainnav .navbar {
    padding: 18.5px 0px;
}

.sub-menu li a {
    text-align: initial;
}

.bs-mainnav .sub-menu li {
    padding: 0;
}

.bs-blog-form input[type="checkbox"],
.bs-review-post input[type="checkbox"] {
    margin-right: 10px;
    border: 0 !important;
}

.pagination-large {
    justify-content: flex-end;
}

.bs-blog .pagination-large li {
    margin-right: 10px !important;
    border: 1px solid var(--lightcolor);
    font-size: 14px !important;
    padding: 0 13px !important;
    height: 40px;
    line-height: 40px;
    color: #232323 !important;
    border-radius: 4px;
    transition: 0.5s ease;
    line-height: 9px !important;
}

.bs-blog .pagination-large li:last-child {
    margin-right: 0 !important;
}

.healthieo-contactform span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.healthieo-contactform span.wpcf7-list-item label [type="checkbox"] {
    margin: 0;
}

.bs-blog .pagination-large li a {
    color: #555555;
    line-height: 40px;
    padding: 0 6px !important;
}

.bs-blog .pagination-large li.active {
    background-color: #F17732 !important;
}

.bs-blog .pagination-large li:hover {
    background-color: var(--secondarycolor) !important;
    cursor: pointer;
    box-shadow: inset 0 0 0 25px var(--secondarycolor);
}

.bs-blog .pagination-large li:hover a {
    color: #fff !important;
}

.bs-blog .pagination-large li.active a {
    color: #fff !important;
}

.wp-calendar-table {
    width: 100%;
}

.wp-calendar-table thead tr th {
    font-size: 16px;
    line-height: 19px;
    padding: 25.5px 0 !important;
    color: #555555;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.wp-calendar-table td {
    text-align: center;
}

td#today {
    background-color: #17869E;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.widget_block footer {
    background-color: transparent !important;
    padding: 0 !important;
}

.bs-blog-sidebar ol 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;
}

.bs-blog-sidebar ol li article {
    padding: 13px 52px 13px 20px;
    position: relative;
}

.bs-blog-sidebar ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.bs-blog-sidebar ol li:last-child {
    margin-bottom: 0;
}

.wp-block-latest-comments li article::before {
    content: url(https://api.iconify.design/ic/sharp-arrow-right-alt.svg?color=%2317869E&width=35);
    position: absolute;
    right: 12px;
}

.wp-block-latest-comments li article:hover::before {
    content: url(https://api.iconify.design/ic/sharp-arrow-right-alt.svg?color=white&width=35);
}

.bs-blog-sidebar ol li article:hover {
    background-color: #f17732;
    color: #fff;
    transition: 0.5s ease;
    border-radius: 4px;
}

.bs-blog-sidebar ol li article:hover a {
    color: #fff;
}

.bs-blog-sidebar ol li a {
    font-size: 16px;
    line-height: 30px;
    color: #232323;
    transition: 0.5s ease;
}

.widget_search form {
    display: flex;
    justify-content: center;
}

.absolute-footer a {
    color: #fff !important;
}

.absolute-footer a:hover {
    color: #32363b !important;
}

.bs-footer-widgets tbody,
.bs-footer-widgets td,
.bs-footer-widgets tfoot,
.bs-footer-widgets th,
.bs-footer-widgets thead,
.bs-footer-widgets tr,
.dr-info-grid tbody,
.dr-info-grid td,
.dr-info-grid tr,
.dr-info-grid tfoot,
.dr-info-grid th,
.dr-info-grid tbody {
    border: 0 !important;
}

.select2-selection__rendered {
    line-height: 56px !important;
}

.select2-container .select2-selection--single {
    height: 56px !important;
    margin-bottom: 0 !important;
}

.select2-selection__arrow {
    height: 56px !important;
}

.bs-feature-sec p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget.widget_product_search form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.widget .form-control[type="search"] {
    width: 75%;
    background-color: var(--lightcolor);
    border: 0 !important;
    border-radius: 4px 0 0 4px;
    padding-left: 15px;
    height: 56px;
    font-size: 16px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 16px;
    float: left;
    height: 40px;
}

.comment-form label {
    margin: 20px 0 10px;
}

.widget_search .search-field {
    background-color: var(--lightcolor);
    border: 0 !important;
    padding-left: 15px;
    font-size: 14px;
    width: 100%;
    border-radius: 4px 0 0 4px;
}

.bs-blog-sidebar label {
    width: 100%;
}

.widget_search input {
    height: 56px;
    bottom: 0;
}

.widget.widget_product_search .btn-theme,
.widget_search .wp-block-search__button {
    background-color: #17869E;
    border: 0;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    margin: 0px;
    font-size: 14px;
    border: 1px solid transparent;
    height: 56px;
}

.bs-shop-sidebar .widget_product_search {
    margin-top: 0;
}

.navbar-brand {
    width: 200px;
    padding: 0 0 0 15px !important;
    margin-right: 0 !important;
}

.hexa-main-nav .row {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.hexa-main-nav .col-md-10.col-lg-9 {
    padding-right: 0;
}

.bs-card-title .flaticon-calendar {
    vertical-align: middle;
    line-height: 0 !important;
    font-size: 12px;
}

.bs-number svg {
    color: #17869E;
    padding-right: 6px;
    vertical-align: middle;
    line-height: 0;
    font-size: 26px;
}

.bs-number a {
    color: #17869E;
    font-size: 14px;
}

i.flaticon-calendar {
    color: #061A3A;
}

.healthieo-contactform form.wpcf7-form.init {
    margin: -10px;
}

.healthieo-contactform form p {
    display: inline-block;
    max-width: 50%;
    width: 50%;
    padding: 0;
    margin: -2px;
    padding: 5px 10px;
    vertical-align: text-top;
}

.healthieo-contactform input:not([type="checkbox"],
[type="submit"]) {
    max-width: 100%;
    width: 100%;
    height: 56px;
}

.healthieo-contactform p.bs-full-form {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
}

.healthieo-contactform .wpcf7-submit {
    width: 130px;
    background-color: var(--primarycolor) !important;
    color: #fff !important;
    border-radius: unset;
    height: 48px;
    border-radius: 5px;
    margin-bottom: 0;
    margin-top: 8px;
}

section.healthieo-main-content {
    margin-bottom: 80px;
}

.woocommerce-account .healthieo-main-content {
    width: 50%;
    margin: 100px auto 60px;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
    border: 0px solid #aaa !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 25px !important;
    color: #555555 !important;
}

input:focus,
.btn-primary:focus {
    outline: none;
    box-shadow: none;
}

.bs-doctor-form input[type="checkbox"] {
    display: inline-block;
    max-width: 16px;
}

.search-no-results .page-content label {
    width: 50% !important;
}

.search-no-results .page-content p {
    margin-bottom: 30px;
}

.search-no-results input[type="search"] {
    width: 100%;
    background: #f3f3f3;
    border: 0;
    border-radius: 0;
    padding: 8px;
    height: 48px;
}

.search-no-results input.search-submit {
    padding: 12px !important;
    border: 1px solid transparent;
}

.product_list_widget li a:hover {
    color: #F17732 !important;
}

.bs-contect-info:last-child span p {
    margin: 0;
}

.widget-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 0px 20px !important;
}

.bs-blog-detail .bs-blog-title {
    font-size: 34px;
    margin: 0.67em 0;
    font-weight: 600;
    line-height: 48px;
}

input.btn.btn-primary.btn-theme:hover {
    background-color: #061A3A !important;
    transition: 0.5s ease;
}

.recent-widget .small-sec {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    align-items: center;
}

.recent-widget .small-sec:last-child {
    margin-bottom: 0px;
}

.recent-widget .small-sec i {
    font-size: 12px;
    margin-right: 5px;
}

.recent-widget .small-img img {
    margin-right: 10px;
}

.recent-widget .small-text h5 {
    font-size: 14px;
    margin: 0;
}

.recent-widget .small-text p {
    font-size: 14px;
    margin-bottom: 0;
}

.recent-widget .small-text span {
    font-size: 14px;
}

.hls-footer-sec .tag-cloud-link {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 2rem;
    background: #283043;
    display: inline-block;
    margin: 2px;
    border-radius: 0px;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.5s ease;
    border: 1px solid #4F5769;
    padding: 0px 10px;
}

.hls-footer-sec .tag-cloud-link:hover {
    background-color: var(--secondarycolor);
    transition: 0.5s ease;
}

.bs-single-doctor-sidebar {
    margin-bottom: 30px;
}

aside .small-text h5 a {
    color: #232323;
    font-size: 16px;
    transition: 0.5s ease;
    transition: 0.5s ease;
    line-height: 22px;
}

aside .small-text h5 a:hover {
    color: #F17732;
    transition: 0.5s ease;
}

.bs-continfo svg {
    font-size: 30px;
    color: #17869E;
}

.bs-card-title svg {
    color: #17869E;
    position: relative;
    top: -2px;
}

.doctor-history li a {
    background-color: #17869E !important;
    border: 0 !important;
    padding: 0;
    border-top: 2px solid transparent !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: 0.5s ease;
    display: inline-block;
    border-radius: 0 !important;
    text-align: center;
    text-decoration: none;
    padding: 12px 10px;
    margin-bottom: 0 !important;
}

.doctor-history li .active {
    background-color: #E7EFFE !important;
    border-top: 2px solid #17869E !important;
    transition: 0.5s ease;
    margin: 0;
    color: #17869E !important;
    margin-bottom: 0 !important;
}

.doctor-history li a:hover {
    background-color: #E7EFFE !important;
    color: #17869E;
    border-top: 2px solid #17869E !important;
}

.bs-about-blog .icon svg,
.small-text svg {
    margin-right: 0;
    color: #17869E !important;
    position: relative;
    top: -2px;
}

.bs-blog-form h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.blog-next h6 {
    display: inline-block;
}

.add-img img {
    max-width: unset !important;
    width: auto !important;
}

.blog-prev {
    text-align: right;
}

.bs-single-blog-left-add .add-img {
    width: 100%;
    max-width: 30%;
}

.blog-prev .bs-single-blog-sidbar-blog-add-text {
    margin-right: 20px;
    width: 100%;
    max-width: 70%;
}

.blog-next .bs-single-blog-sidbar-blog-add-text {
    margin-left: 20px;
    width: 100%;
    max-width: 70%;
}

.blog-next .bs-single-blog-sidbar-blog-add-text h6 a {
    padding-right: 0px;
    padding-left: 8px;
    transition: 0.5s ease;
}

.bs-single-blog-sidbar-blog-add-text svg {
    font-size: 30px;
}

.bs-appointment-form textarea {
    border: 0;
    padding: 14.5px 23px !important;
    background-color: var(--lightcolor);
}

.ptc-news-swiper {
    width: 100%;
    overflow: hidden;
}

.ptc-news-swiper h3 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
    transition: 0.5s ease;
}

.ptc-news-swiper h3 {
    line-height: 25px;
}

.ptc-news-swiper h3 a:hover {
    color: #17869E;
    transition: 0.5s ease;
}

.ptc-news-slider-inner p {
    font-size: 16px;
    line-height: 30px;
}

.ptc-news-swiper .card-body {
    padding-left: 0;
}

.bs-newsletter .mc4wp-success p {
    color: #fff;
    font-size: 14px;
}

.bs-blog {
    margin-bottom: 50px;
}

.form-check-inline {
    padding: 0;
    display: flex;
    align-items: center;
}

.form-check-inline .form-check-input[type=checkbox] {
    margin-right: 10px;
    background-color: var(--lightcolor);
    cursor: pointer;
}

.healthieo-contactform form p:nth-last-child(-n+2) {
    width: 100% !important;
    max-width: 100%;
}

.healthieo-contactform form p:nth-last-child(3),
.healthieo-contactform form p:nth-last-child(3) span,
.healthieo-contactform form p:nth-last-child(3) label {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
}

.bs-show-num svg {
    padding: 0;
    width: 16px;
    margin-left: 0;
    position: relative;
    left: 6px;
    height: 20px;
}

.appoint-form .modal-body svg {
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    display: flex;
    position: relative;
    top: -12px;
    color: #061A3A;
}

.spin {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.current_page_item a {
    color: #F17732 !important;
}

.hls-footer-sec .gallery-columns-4 .gallery-item {
    padding: 0;
}

.current_page_ancestor>a {
    color: #F17732 !important;
}

.mptt-shortcode-table .mptt-shortcode-row {
    background-color: #061A3A;
}

.mptt-shortcode-table .mptt-shortcode-row th {
    background-color: #061A3A !important;
    color: #fff !important;
    height: 48px;
    font-weight: 400;
    border: 0 !important;
    font-size: 16px;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
    font-size: 16px !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
    font-size: 12px;
    line-height: 24px !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
    padding: 1px 1rem!important;
}

.mptt-shortcode-table {
    margin-bottom: 100px;
}

.wp-block-timetable .select2-container {
    width: 180px !important;
    border: 1px solid #aaa;
}

.wp-block-timetable .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0%;
    margin-left: -8px;
}

.bs-lb-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #868686;
    line-height: 28px;
}

.bs-blog-detail ul {
    padding: 0 !important;
    list-style-position: inside;
    margin-left: 0 !important;
}

.blog-content .blog-feature-image {
    position: relative;
    width: fit-content;
}

.blog-content .blog-feature-image img {
    border-radius: 5px;
    margin-bottom: 24px;
}

.bs-servics-doctor>img {
    margin-bottom: 40px;
}

.bs-servics-doctor .bs-blog-title {
    margin: 0 0 3 0px;
}

nav.navbar.navbar-expand-lg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    padding: 44px 0;
}

.bs-transparent .bs-navbar>li>a {
    color: #232323;
}

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

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

.bs-fixed-header .container {
    border-bottom: 0;
    padding-bottom: 0px;
}

.bs-page a {
    color: #fff;
}

.bs-page a:hover {
    color: #F17732;
}

.hls-footer-sec .mc4wp-alert.mc4wp-success p {
    color: #fff;
    font-size: 15px;
    margin: 15px 0 0 0;
}

.sb-page-transparent .bs-page {
    padding: 200px 0 66px;
}

.bs-blog-sidebar section:last-child {
    margin-bottom: 100px;
}

.bs-single-doctor-main {
    margin: 100px 0 0;
}

.bs-blog-sidebar input.search-submit {
    border-radius: 0 4px 4px 0;
}

.healthieo-main-content .bs-blog {
    margin-bottom: 0px;
}

.hls-footer-sec .widget.widget_media_gallery img {
    border-radius: 4px;
}

.doctor-detail .row {
    align-items: center;
}

.bs-single-blog-sidbar-blog-add-text h6 {
    margin: 0;
}

.bs-fixed-header nav.navbar.navbar-expand-lg.navbar-light {
    padding-bottom: 0;
}

.bs-transparent .navbar .container {
    position: relative;
}

.single-page-wrap .bs-blog-form {
    margin-bottom: 0;
}

.hls-nav-cart a {
    background: #F17732;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.lb-nav-main a,
.hls-nav-cart a {
    padding: 19px 0;
    display: block;
}

.hls-nav-cart {
    width: 120px;
    margin-left: auto;
    position: relative;
}

.bs-openhour-appoint textarea:focus {
    background-color: #E3EFF8 !important;
}

.hexa-main-nav {
    position: relative;
    background-color: #fff;
    min-height: 70px;
    margin: -3px;
    border-radius: 5px;
    display: flex;
}

.lb-nav-main {
    border: 12px solid #E7EFFE;
    width: 100%;
    border-radius: 5px;
}

.healthieo-main-content 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: -40px;
    top: 0px;
    background: #17869E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    line-height: 30px;
    padding-top: 5px;
    align-items: center;
}

.healthieo-main-content ul>li {
    position: relative;
    list-style: none;
    margin-left: 30px;
    margin-bottom: 15px;
}


/* nav css mobile  */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #000;
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
    display: none;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

.single-post .select2-container--open .select2-dropdown {
    top: 30px !important;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.select2-container--open .select2-dropdown {
    left: 0;
    top: 0;
}

.hls-nav-cart svg {
    font-size: 30px;
}

.hls-nav-cart .hls-cart-counter {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}

span.hls-cart-counter {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.bs-navbar li a:hover {
    color: #F17732 !important;
    transition: 0.5s ease;
}

:is(.footer-icon-hexa,
.hexa-arrow-inner,
.pagination li):hover:after {
    background-color: #F9C2A3;
    transition: 0.5s ease;
}

.nav-tabs.doctor-history {
    border-bottom: 3px solid #E7EFFE;
    gap: 3px;
}

.bs-appointment-form .col-md-12:nth-last-child(2) .form-group {
    margin-bottom: 0 !important;
}


/* nice select css  */

.form-group .nice-select {
    width: 100%;
    height: 56px;
    border: 0 !important;
    background-color: var(--lightcolor);
    line-height: 56px;
    font-size: 16px;
}

.bs-openhour-appoint .form-group .nice-select {
    background-color: var(--lightcolor);
}

.nice-select.open .list {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--lightcolor);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--lightcolor) !important;
    color: var(--secondarycolor);
    font-weight: 400;
}

.nice-select.open .nice-select-search-box {
    border: 0;
    margin: 0;
    padding: 3px;
}

.nice-select .list {
    padding: 63px 0 0 !important;
}


/* end  */


/* loader css  */

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
}

@-webkit-keyframes honeycomb {
    0%,
    20%,
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes honeycomb {
    0%,
    20%,
    80%,
    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.honeycomb {
    height: 100px;
    position: relative;
    width: 100px;
    text-align: center;
    left: 0;
    top: calc(50% - 50px);
    margin: auto;
}

.honeycomb div {
    -webkit-animation: honeycomb 2.1s infinite backwards;
    animation: honeycomb 2.1s infinite backwards;
    background: #f17732;
    height: 12px;
    position: absolute;
    width: 24px;
    margin-left: 37px;
    margin-top: 45px;
}

.honeycomb div:after,
.honeycomb div:before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
}

.honeycomb div:after {
    top: -6px;
    border-bottom: 6px solid #f17732;
}

.honeycomb div:before {
    bottom: -6px;
    border-top: 6px solid #f17732;
}

.honeycomb div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    left: -28px;
    top: 0;
}

.honeycomb div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    left: -14px;
    top: 22px;
}

.honeycomb div:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    left: 14px;
    top: 22px;
}

.honeycomb div:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    left: 28px;
    top: 0;
}

.honeycomb div:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    left: 14px;
    top: -22px;
}

.honeycomb div:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    left: -14px;
    top: -22px;
}

.honeycomb div:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    left: 0;
    top: 0;
}

#hls-scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #f17732;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 1
}

.hls-scroll-top svg {
    color: white;
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 15px);
    font-weight: 800;
    font-size: 30px;
}

.related-hexa-gallery-outer h4 {
    margin-bottom: 10px;
}

.bs-blog-sidebar .nice-select {
    float: inherit;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.pagination li:before {
    display: none !important;
}

.pagination li {
    margin: 0 !important;
}


/* end loader css  */

@media (min-width: 1200px) {
    .container {
        max-width: 1190px !important;
    }
}