header nav .main-menu a p {
    margin-bottom: 0;
    font-size: 16px;
    color: #1e1e1e;
}
header nav .main-menu a small {
    display: block;
    color: #7c7c7c;
    font-size: 12px;
    transform: scale(0.9);
    transition: all 0.5s;
}

header nav .sub-menu a {
    color: #1e1e1e;
}

.indicator {
    position: absolute;
    top: 0px;
    right: -5px;
    display: flex;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #ff0000;
    animation: 0.9s infinite beatHeart;
    transform-origin: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #fff;
    border: 2px solid #ff0000;
    padding: 5px;
    font-weight: 400;
}
header nav .logo img {
    width: 300px;
    height: auto;
}
header .sidebar-menu {
    display: none !important;
    margin-right: 0 !important;
}

.sub-menu-item {
    margin: 0 8px;
    display: flex;
    align-items: center;
}

/**/
header .sidebar.active {
    right: 0px;
    display: block !important;
}

header .sidebar {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -250px;
    background-color: #1e1e1e;
    overflow-x: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 60px;
}
header .sidebar .closebtn {
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 36px;
}

header .sidebar .member-center {
    display: block;
}
header .sidebar .member-center a {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    color: #333;
}
header .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
}
header .sidebar a img {
    width: 25px;
}
header .sidebar .shopping-cart {
    display: block;
}
header .sidebar .shopping-cart .dropdown {
    padding: 0;
    display: flex;
    align-items: center;
}
header .sidebar a.cart-btn {
    width: 100%;
    margin-top: 1rem;
    padding-left: 32px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    color: #333;
}
header .sidebar-menu .openbtn img {
    width: 40px;
    height: 40px;
}
header .sidebar-menu .openbtn {
    background: transparent;
    border: none;
}
header nav {
    padding: 16px !important;
}
/**/
@media screen and (max-width: 1200px) {
    header nav .main-menu a {
        margin: 0 7px;
        font-size: 14px;
    }
    header nav .logo img {
        width: 240px;
    }
    header nav .main-menu a p {
        font-size: 13px;
    }
}
@media screen and (max-width: 991px) {
    header .sidebar-menu {
        display: block !important;
    }
    header nav .main-menu {
        display: none;
    }
    .member-center,
    .shopping-cart,
    .notification {
        display: none;
    }
}

@media (max-width: 575px) {
    header nav .logo img {
        width: 210px;
    }
    header nav {
        padding: 24px 7px !important;
    }
}

/* Features Dropdown Styles */
header nav .main-menu .dropdown-toggle p.features-text {
    margin: 0;
    display: inline-block;
}

header nav .main-menu .dropdown-toggle .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header nav .main-menu .dropdown-menu.features-dropdown {
    text-align: left;
    min-width: 280px;
    left: auto;
    right: auto;
}

header nav .main-menu .dropdown-menu.features-dropdown .dropdown-item {
    text-align: left;
    padding-left: 1rem;
}

/* Mobile Sidebar Features Dropdown */
header .sidebar .dropdown-toggle .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header .sidebar .dropdown-menu.features-dropdown {
    text-align: left;
    min-width: 220px;
    width: 250px;
    left: 5px !important;
    top: -10px !important;
}

header .sidebar .dropdown-menu.features-dropdown .dropdown-item {
    text-align: left;
    padding-left: 1rem;
    color: #1e1e1e;
    font-size: 12px !important;
}

.dropdown-menu a {
    display: block;
    padding: 0.6rem 1rem;
    font-size: 14px;
    color: #333;
}
.dropdown-menu a:hover {
    background-color: #555;
    color: #fff;
    text-decoration: none;
}
header nav .main-menu a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0px;
    font-size: 16px;
}

/*Footer*/
footer {
    background-color: #1e1e1e;
    color: white;
}
footer .footer-box {
    display: flex;
    justify-content: space-around;
    padding: 80px 16px 30px;
    margin: 0 auto;
}
footer .footer-menu-box {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}
footer .footer-logo {
    display: block;
    width: 152px;
}
footer .footer-logo img {
    width: 100%;
}
footer .footer-menu-box .footer-about {
    /* margin-left: 125px; */
}
footer .footer-menu-mobile .accordion .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-top: 0;
}
footer .footer-menu-mobile .accordion .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
footer .footer-menu-mobile .accordion .card-body {
    padding: 0;
}
footer .footer-menu-mobile .accordion .footer-panel a {
    position: relative;
    display: block;
    color: white;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 20px 15px 15px;
    text-decoration: none;
}
footer .footer-menu-mobile .accordion .btn-link img {
    width: 14px;
}
footer .footer-menu-mobile .accordion .btn-link.collapsed .reduce-img {
    display: none;
}
footer .footer-menu-mobile .accordion .btn-link .reduce-img {
    display: block;
}
footer .footer-menu-mobile {
    width: 100%;
    margin-top: 24px;
    display: none;
}

footer .footer-menu-box p {
    font-size: 18px;
    font-weight: 600;
}
footer .footer-menu-box ul {
    font-size: 12px;
}
footer .footer-menu-box ul dt {
    width: 125px;
    float: left;
    padding-right: 16px;
    font-size: 12px;
}
footer .footer-menu-box ul dd {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0;
}
footer .footer-menu-box ul a {
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    position: relative;
}
footer .footer-menu-box ul li + li {
    margin-top: 13px;
}
footer .copyright-box {
    background-color: black;
    padding: 8px 16px;
    font-size: 12px;
}
footer .copyright-box .copyright-item {
    width: 100%;
    margin: 0 auto;
    display: flex;
}
footer .copyright-box .copyright-item p,
footer .copyright-box .copyright-item ul {
    margin-bottom: 0;
}
footer .copyright-box .copyright-item ul {
    overflow: hidden;
}
footer .copyright-box .copyright-item ul li {
    float: left;
    margin-left: 24px;
    position: relative;
}
footer .copyright-box .copyright-item ul li a {
    color: white;
    text-decoration: none;
}
footer .copyright-box .copyright-item ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: white;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
}
footer .footer-menu-mobile .accordion .btn-link {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    text-decoration: none;
    border: none !important;
    padding-bottom: 0 !important;
    padding: 0;
    min-height: 36px;
}
.alert_notification {
    display: none;
}
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* Popup content */
#popup-content {
    /* background: white; */
    padding: 20px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    max-width: 90%;
    max-height: 90%;
    width: 27%;
}

#popup-content img {
    max-width: 100%;
    height: auto;
}

/* Close button */
#close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: normal;
}
@media (orientation: portrait) {
    #popup-content {
        overflow: auto;
    }
}
@media screen and (max-width: 1200px) {
    #popup-content {
        width: 52%;
    }
}
@media screen and (max-width: 991px) {
    #popup-content {
        width: auto;
    }
    footer .footer-menu {
        display: none;
    }
    footer .footer-menu-mobile {
        display: block;
    }
    footer .footer-menu-box {
        flex-direction: column;
    }
    footer .footer-menu-box .footer-about {
        /* margin-left: 27px; */
        margin-top: 50px;
    }
    footer .footer-box {
        flex-direction: column;
    }
    footer .copyright-box .copyright-item ul {
        margin-top: 8px;
    }
    footer .copyright-box .copyright-item ul li:first-child {
        margin-left: 0;
    }
    footer .copyright-box .copyright-item {
        flex-direction: column;
    }
    footer .copyright-box {
        padding: 16px 12px;
    }
}

@media screen and (max-width: 767px) {
    #popup-content {
        max-width: 80%;
        overflow: auto;
    }
}
.dot_ul {
    padding-left: 1em !important;
    margin-left: 1em;
}
.dot_ul li {
    list-style-type: disc;
    line-height: 2;
    font-size: 20px;
    font-weight: 400;
}
.check_video {
    top: -60px;
}
.check_video_btn {
    display: flex;
    font-size: clamp(10px, 2.5vw, 32px);
    font-weight: 800;
    color: #592a80;
}
@media (max-width: 575.99px) {
    .check_video {
        top: -28px;
    }
}

#videoModal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
}
#videoModal {
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#videoModal .modal-header {
    padding: 0;
    border: 0;
}
#videoModal .modal-body {
    padding: 0;
}
#videoModal video {
    width: 100%;
    max-width: 100%;
    border: 4px solid white;
    border-radius: 10px;
}
#videoModal .close-btn {
    position: absolute;
    top: -35px;
    right: -15px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.text-underline {
    text-decoration: underline !important;
}
.bonegetone .rv .leftimage figure {
    margin-top: 30px;
}
@media (max-width: 1440px) {
    .bonegetone .rv .leftimage figure img {
        height: calc(100% - 50px);
    }
    .bonegetone .rv .leftimage figure {
        margin-top: 65px;
    }
}
@media (max-width: 1300px) {
    .bonegetone .rv .leftimage figure {
        margin-top: 85px;
    }
}
@media (max-width: 1024px) {
    .bonegetone .rv .leftimage figure {
        margin-top: 55px;
    }
    .bonegetone .text-18 {
        font-size: 16px;
    }
    .bonegetone .rv .leftimage figure img {
        height: calc(100% - 80px);
    }
}
@media (max-width: 991px) {
    .bonegetone .rv .leftimage figure {
        margin-top: 50px;
    }
    .bonegetone .text-18 {
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    .bonegetone .rv .leftimage figure {
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    #videoModal .modal-content {
        width: calc(100% - 50px);
        margin: auto;
    }
}
@media (max-width: 420px) {
    .bonegetone .text-18 {
        font-size: 13px;
    }
    .bonegetone .rv .leftimage figure {
        margin-top: 50px;
    }
}
