.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    overflow: hidden;
}

.archive__heading {
    margin-bottom: 46px;
}

.archive__title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 18px;
    display: flex;
    gap: 20px;
    align-items: baseline;
}

.archive__cdesc {
    font-size: 16px;
    line-height: 36px;
    color: #555555;
}

.modular {
    font-family: inherit;
}

.inner_page.archive .footer_site>.container:before,
.inner_page.page-template-template-blog .footer_site>.container:before {
    content: unset;
}

.layout-reverse {
    flex-direction: row-reverse;
}

.btns__group {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.bg__image {
    background-size: cover !important;
}

.bg__image .button_border:before {
    background: linear-gradient(to bottom, #0ace8c, #06b578);
}

.bg__image .button_border:hover {
    box-shadow: 0 2px 10px -1px var(--color1);
    border-color: var(--color1);
    background: #0ace8c;
}

.bg__image .button_green:hover {
    border-color: var(--color2);
    color: var(--color2);
}

.bg__image .button_green:before {
    background: #fff;
}

.bg__image .button_border {
    border-color: #fff;
    color: #fff;
}


.modular .section__titles {
    margin-bottom: 14px;
}

.modular .section__title.before__icon {
    display: flex;
    gap: 20px;
    align-items: baseline;
}

.modular .section__title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-family: var(--bold-font);
}

.modular .section__short {
    margin-top: 12px;
    color: #432BB3;
    font-size: 16px;
    line-height: 32px;
    font-family: var(--main-font);
}

.bg__image .section__title,
.bg__image .cdesc {
    color: #fff !important;
}

.bg__image .section__short {
    color: #D1D1D1 !important;
}

.titles__center {
    text-align: center;
    margin: auto;
    margin-bottom: 24px;
}





/* OWL NAV  */


.new-single .owl-nav,
.modular .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: fit-content;
    position: relative;
}

.new-single .owl-nav button,
.modular .owl-nav button {
    box-shadow: 0px 0px 4px rgba(67, 43, 179, 0.4);
    width: 38px;
    height: 38px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    background-color: #fff !important;
    color: #432BB3 !important;
    font-size: 16px !important;
}

.new-single .owl-nav button.disabled,
.modular .owl-nav button.disabled {
    cursor: unset !important;
    opacity: 0.5 !important;
    visibility: unset !important;
}

.new-single .owl-nav button i,
.modular .owl-nav button i {
    font-weight: bold;
}

.new-single button.owl-prev i,
.modular button.owl-prev i {
    transform: translateX(1px);
}

.new-single .owl-nav button:not(.disabled):hover,
.modular .owl-nav button:not(.disabled):hover {
    color: #0ACE8C !important;
    box-shadow: 0px 0px 4px rgba(10, 206, 140, 0.4);
}

/* HERO STYLES  */

.hero-module {
    margin-block: 100px;
}

.modular .hero__wrapper>.row {
    align-items: center;
}

.modular .hero__wrapper {
    border-radius: 20px;
    padding: 45px;
}

.modular .hero-module .section__title {
    font-size: 20px;
}

.modular .hero-module .section__short {
    font-size: 18px;
    margin-top: 20px;
}

.modular .cdesc {
    font-size: 16px;
    color: #555555;
    line-height: 34px;
    text-align: justify;
}

.modular .hero__image {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}


.owl__hero .owl-nav {
    margin: -18px auto 0;
}


.modular .hero__video video {
    display: block !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 30px !important;
}



/* SLIDER STYLES  */

.slider-module {
    margin-block: 100px;
    padding-block: 58px 66px;
}

.slider-module.bg__image .container {
    position: relative;
}

.slider-module.bg__image .container::before {
    content: '';
    width: calc(100% - 30px);
    right: 50%;
    transform: translateX(50%);
    height: 40px;
    background: #0BD08B;
    border-radius: 8px;
    position: absolute;
    top: -68px;
    z-index: -1;
}

.slider-module__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 28px;
}


.modular .sliders__wrapper {
    display: flex;
    gap: 20px;
}

.modular .sliders__item img {
    max-width: 68px;
    transition: 500ms;

}

.modular .sliders__item:hover img {
    filter: brightness(0) invert(1);
}


.modular .sliders__item:hover {
    background: #312083;
    box-shadow: 0px 1px 7px rgba(255, 255, 255, 0.16);
}



.modular .sliders__item::after {
    content: '';
    width: 18px;
    height: 18px;
    background-color: #432BB3;
    border: 4px solid #fff;
    box-shadow: 0px 2px 4px rgba(67, 43, 179, 0.1);
    border-radius: 18px;
    position: absolute;
    right: 50%;
    bottom: -9px;
    transform: translateX(50%);
    transition: 500ms;
}

.modular .sliders__item:hover:after {
    border-color: #432BB3;
    background-color: #fff;
}

.modular .sliders__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 26px 10px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px rgba(67, 43, 179, 0.1);
    border-radius: 20px;
    gap: 16px;
    transition: 500ms;
}

.sliders__wrapper .sliders__item {
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
}

.modular .sliders__title {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    transition: color 500ms;
    font-family: var(--bold-font), Tahoma;
    text-align: center;
}

.modular .sliders__item:hover .sliders__title {
    color: #fff;
}


.owl-carousel.owl__sliders .owl-stage-outer {
    padding: 12px;
    margin: 0 -12px;
}

.owl-carousel.owl__sliders .owl-nav {
    position: absolute;
    left: 0;
    top: -56px;
}

.owl-carousel.owl__sliders button {
    width: 28px;
    height: 28px;
    font-size: 11px !important;
}



.slider-list-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(67, 43, 179, 0.1);
    border-radius: 12px;
    padding: 10px 14px;
    color: #333333;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
}

.modular .hide-lists {
    display: none;
}

.modular #show-all-item {
    text-align: center;
    color: #fff;
    display: block;
}

/* BLOG STYLES  */



.blog-module {
    margin-block: 100px;
}


.blogs__tab .button.is-checked {
    color: #fff;
    cursor: auto;
    box-shadow: 0 2px 10px -1px rgba(64, 42, 169, 0.5);
}

.blogs__tab .button.is-checked::before {
    width: 100%;
}

.blogs__tab .button::before {
    background: var(--color1) !important;
    background: linear-gradient(to top, var(--color5), var(--color1)) !important;

}

.blogs__tab .button.is-checked,
.blogs__tab .button:hover {
    border-color: var(--color1) !important;
}

.blogs__tab .button {
    cursor: pointer;
}

.blogs__tab {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.modular .card-blog .btn_post {
    position: absolute;
    left: 20px;
    bottom: -18px;
    top: unset;
    margin-top: unset;
}

.modular .card-blog .image_card {
    margin: unset;
}

.post_item.card-blog {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    min-height: unset;
    padding-bottom: unset;
    padding: 24px 24px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(67, 43, 179, 0.1);
    margin-bottom: 50px;
}

.post_item.card-blog:hover h2 a {
    color: var(--color1);
}

.post_item.card-blog h2 a {
    color: #555555;
    height: unset;
    display: block;
    line-height: 30px;
}

.post_item.card-blog .image_card img {
    height: 100%;
    object-fit: cover;
}


.modular .card-blog__body .line-clamp {
    -webkit-line-clamp: 2;
}

.modular .card-blog__body,
.modular .card-blog .image_card {
    flex: 1 0 0;
}

.post_item.card-blog .meta_post>a {
    font-size: 13px;
}


.post_item.card-blog p {
    font-size: 14px;
    line-height: 36px;
}

.modular .card-blog__body {
    display: flex;
    flex-direction: column;
    gap: 18px;

}

.post_item.card-blog .cdesc {
    margin-bottom: unset;
}

.blog__sidebar {
    position: sticky;
    top: 0;
}

.sidebar__buttons,
.blog__sidebar {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    flex-direction: column;

}



.sidebar__button {
    background: #F7F5FF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 36px;
    height: 62px;
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    font-family: var(--bold-font);
    transition: 500ms;
}

.sidebar__button:hover {
    background-color: var(--color2);
    color: #fff;
}

.sidebar__button__icon {
    max-width: 30px;
    transition: 500ms;
}

.sidebar__button:hover img {
    filter: brightness(0) invert(1);

}


.sidebar__banners img {
    border-radius: 30px;
    object-fit: cover;
    width: 100%;
}

.sidebar__banners img:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}






/* FEATURED STYLES  */
.feaured-module {
    margin-block: 100px;
    padding-block: 48px;
}

.before__icon::before,
.after__icon::after {
    content: "\e919";
    font-family: 'icomoon';
    font-size: 9px;
    color: #fff;
    line-height: 2.5;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #0BD08B;
    justify-content: center;
    outline: 1.5px dashed #0BD08B;
    outline-offset: 4px;

}

.before__icon::before {
    display: inline-flex;
    flex-shrink: 0;
}

.after__icon::after {
    margin: 16px auto 0;
    display: flex;
}



.owl__featured .post_item {
    margin-bottom: unset;
    min-height: unset;
    padding: 24px;
    padding-bottom: 0;
}

.owl__featured .image_card img {
    border-radius: 16px;
    height: 100%;
    max-height: 305px;
    object-fit: cover;
}


.owl__featured .image_card {
    margin-top: unset;
    border-radius: 16px;
}

.owl__featured .owl-stage-outer {
    padding-block: 28px;
}

.owl__featured .cdesc p {
    color: #555555;
    line-height: 36px;
    font-size: 14px;
}

.owl__featured .line-clamp {
    -webkit-line-clamp: 3;
}

.owl__featured .post_item:hover h2 a {
    color: #0BD08B;
}

.owl__featured .post_item h2 a {
    color: #333333;
}

.owl__featured .meta_post {
    font-size: 13px;
}

.new-single .owl__featured .owl-nav,
.modular .owl__featured .owl-nav {
    top: 185px;
    position: absolute;
    width: calc(100% - 80px);
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
}

.new-single .owl__featured .owl-nav button,
.modular .owl__featured .owl-nav button {
    pointer-events: all;
}

.left__featured .image_card {
    margin-top: unset;
    margin-bottom: unset;
    max-width: 176px;
    flex-shrink: 0;
    width: 100%;
}

.left__featured .btn_post {
    position: static;
    text-align: right;
}

.left__featured .post_item {
    display: flex;
    gap: 20px;
    min-height: unset;
    padding: 20px;
    margin-bottom: 24px;
}

.left__featured .image_card img {
    max-height: 106px;
    height: 100%;
    object-fit: cover;
}

.left__featured .button {
    height: 32px;
    font-size: 14px;
}

.left__featured {
    padding-top: 28px;
}

.left__featured .post_item:last-of-type {
    margin-bottom: 0;
}



/* EDITOR STYLES  */




.editor-module {
    margin-block: 100px;
    padding-block: 48px;
}

/* FAQS STYLES  */

.faqs-module {
    margin-block: 100px;

}

.faqs-module .faq_part {
    border-top: unset;
    padding-top: unset;
    margin-top: 12px;
}

.faqs-module .faq_part .accardion_box:last-child {
    margin-bottom: 0;
}







/* CTA STYLES  */


.cta__container img {
    object-fit: contain;
}

.cta__container {
    padding: 44px 194px 44px 124px;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    position: relative;

}

.cta-module .bg__image::before {
    content: '';
    width: calc(100% - 180px);
    right: 50%;
    transform: translateX(50%);
    height: 40px;
    background: #0BD08B;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    z-index: -1;
}

.cta__container .btns__group {
    width: 100%;
}


.cta__container.cta__center .btns__group {
    justify-content: center;
}

.cta__container.cta__center {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 200px 44px;
    gap: 20px;
}







/* SINGLE TITLE  */

.new-single .single__title {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 24px;
    display: flex;
    align-items: baseline;
    gap: 26px;
}

.new-single .image_post_thumb {
    margin-bottom: 24px;
}

.new-single .image_post_thumb img {
    border-radius: 30px;
    object-fit: cover;
    width: 100%;
    margin: unset;
}


.new-single .image_post_thumb i {
    width: 68px;
    height: 68px;
    bottom: -34px;
}

.new-single .title_site_comment_customer,
.new-single .faq_part {
    border: none;
}

.help-heading {
    background: #F7F5FF;
    border-radius: 30px;
    padding: 18px 24px;
    margin-block: 24px;
}

.help__title i::before {
    font-weight: bold;

}

.help__title.closed i {
    transform: rotate(0);
    background-color: #0ACE8C;
    color: #fff;
}

.help__title i {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    line-height: 2.35;
    justify-content: center;
    box-shadow: 0px 0px 4px rgba(67, 43, 179, 0.4);
    font-size: 9px;
    color: #0ACE8C;
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: none;
    transform: rotate(180deg);
    transition: 500ms;
}

.help__title {
    cursor: pointer;
    color: #333333;
    font-size: 16px;
    font-family: var(--bold-font);
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.help-heading ul {
    border-top: 3px dashed #ADA6D2;
    margin-top: 18px;
    padding-top: 10px;
}

.help-heading ul li {
    position: relative;
    display: flex;
    align-items: baseline;
    padding-block: 6px;
}

.help-heading ul li::before {
    position: relative;
    z-index: 2;
    flex-shrink: 0;

}

.help-heading ul li:last-child:after {
    content: unset;
}

.help-heading ul li::after {
    flex-shrink: 0;
    content: '';
    height: 100%;
    width: 2px;
    border-right: 2px dashed #D0D0D2;
    position: absolute;
    right: 2px;
    bottom: -22px;
    z-index: 1;
}

.help-heading ul li a {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
}

.new-single .meta_post i {
    margin-left: 5px !important;
}

.new-single .meta_post_single {
    padding-block: 14px !important;
}

.new-single .meta_post_single>a:hover {
    color: var(--color2) !important;
}

.new-single .meta_post_single>a {
    color: #333333 !important;
    font-size: 15px !important;
}

.new-single .meta_post span {
    color: #555555 !important;
    font-size: 15px;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {
    .modular .hero__video video {
        height: auto;
    }

    .modular .sliders__wrapper {
        flex-wrap: wrap;
    }

    .sliders__wrapper .sliders__item {
        flex: 0 0 calc(33.33333% - 14px);
        max-width: calc(33.33333% - 14px);
    }

    .owl__featured .image_card img {
        max-height: 305px;
        height: 305px;
    }

    .cta__container {
        padding: 44px;
    }
}

@media (max-width: 991.98px) {

    .new-single .single__title {
        font-size: 18px;
        margin-bottom: 18px;
        gap: 15px;
    }


    .editor-module,
    .cta-module,
    .faqs-module,
    .feaured-module,
    .hero-module,
    .slider-module,
    .blog-module {
        margin-block: 50px;
    }

    .modular .section__title {
        font-size: 17px;
    }

    .section__titles {
        text-align: center;
    }

    .hero__wrapper .row {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .modular .hero__wrapper {
        padding: 20px;
    }

    .modular .hero-module .section__title {
        font-size: 17px;
    }

    .modular .hero-module .section__short {
        font-size: 16px;
        margin-top: 16px;
    }

    .modular .section__title.before__icon {
        gap: 14px;
        justify-content: center;
    }

    .modular .cdesc {
        font-size: 14px;
        line-height: 32px;
    }

    .btns__group {
        justify-content: center;
        gap: 14px;
    }

    .modular .hero__image img {
        border-radius: 30px;
    }

    .modular .hero__image {
        text-align: center;
    }

    .slider-module {
        padding-block: 38px;
    }

    .slider-module.bg__image .container::before {
        top: -48px;
    }

    .owl-carousel.owl__sliders .owl-nav {
        position: static;
        margin: 35px auto 0;
    }

    .slider-module__top {
        justify-content: center;
    }

    .blogs__tab {
        gap: 6px;
    }

    .feaured-module {
        padding-block: 38px;
    }

    .owl__featured .post_item {
        padding: 16px;
    }

    .titles__center {
        margin-bottom: 0;
    }

    .owl__featured .cdesc p {
        line-height: 32px;
    }

    .owl__featured .post_item h2 a {
        margin-bottom: 10px;
    }

    .owl__featured .btn_post {
        top: 30px;
    }

    .new-single .owl__featured .owl-nav,
    .modular .owl__featured .owl-nav {
        top: 185px;
    }

    .left__featured .post_item {
        padding: 16px;
    }

    .editor-module {
        padding-block: 38px;
    }

    .title_site .cdesc {
        font-size: 14px;
        line-height: 32px;
    }

    .post_item.card-blog p {
        line-height: 2;
    }

    .archive__heading {
        margin-bottom: 30px;
    }

    .archive__title {
        font-size: 18px;
    }

    .archive__cdesc {
        font-size: 15px;
        line-height: 2;
    }

    .modular .card-blog__body {
        gap: 10px;
        width: 100%;
    }

    .modular .meta_post {
        gap: 0;
        justify-content: space-between;
        font-size: 13px;
        margin-top: 5px;
    }

    .modular .meta_post>* {
        flex: unset;
    }

    .meta_post a:before {
        margin-left: 4px;
    }

    .meta_post i {
        font-size: 17px;
    }
    .live-support-btn {
             bottom: 110px !important;
             right: 14px !important;
    }
    .live-support-parent {
        bottom: 190px !important;
    }
}

@media (max-width: 767.98px) {
    .sliders__wrapper .sliders__item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .post_item.card-blog {
        flex-direction: column;
        padding: 6px 6px 40px;
    }

    .modular .card-blog__body,
    .modular .card-blog .image_card {
        flex: 1;
    }

    .cta__container {
        flex-direction: column;
        padding: 30px;
        text-align: center;
    }

    .modular .post_item h2 a {
        font-size: 15px;
    }

}

@media (max-width: 575.98px) {



    .blog-module {
        margin-bottom: -20px;
    }

    .modular .meta_post {
        gap: 10px;
    }

    .left__featured .image_card {
        max-width: unset;
        margin-bottom: 12px;
    }

    .modular .sliders__item {
        padding: 12px;
        gap: 12px;
    }

    .modular .sliders__title {
        font-size: 14px;
    }

    .modular .sliders__item img {
        max-width: 55px;
    }

    .modular .sliders__wrapper {
        gap: 20px 12px;
    }

    .sliders__wrapper .sliders__item {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }

    .owl__featured .image_card img {
        max-height: 172px;
        height: 172px;
    }

    .new-single .owl__featured .owl-nav,
    .modular .owl__featured .owl-nav {
        top: 120px;
    }

    .left__featured .btn_post {
        text-align: center;
    }

    .left__featured .post_item {
        flex-wrap: wrap;
        gap: 4px;
    }

    .archive__title {
        font-size: 16px;
        margin-bottom: 10px;
        gap: 14px;
    }

    .archive__cdesc {
        font-size: 14px;
    }

    .post_item.card-blog {
        padding: 15px 15px 40px;
    }

    .modular+.page-numbers {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 424.98px) {

    .modular .sliders__item {
        padding: 6px;
        gap: 6px;
    }

    .modular .sliders__title {
        font-size: 14px;
    }

    .modular .sliders__item img {
        max-width: 50px;
    }

    .modular .sliders__wrapper {
        gap: 20px 6px;
    }

    .sliders__wrapper .sliders__item {
        flex: 0 0 calc(50% - 3px);
        max-width: calc(50% - 3px);
    }
}


@media (min-width: 576px) and (max-width:767.98px) {
    .card-blog__body h2 {
        min-height: 60px;
    }
}

@media (min-width:992px) {


    .owl__featured .post_item .image_card:before {
        height: 125px;
    }

    .new-single .faq_part {
        margin-bottom: 60px;
        margin-top: 25px;
    }

    .new-single .cdesc {
        font-size: 16px;
        color: #555555;
        line-height: 32px;
    }

    .new-single .related_part {
        padding: 48px 0;
        margin: 100px 0 50px;
    }

    .owl__featured .line-clamp {
        -webkit-line-clamp: 4;
    }
}












.offer-popup {
    padding: 40px 0;
    position: fixed;
    z-index: 999999;
    inset: 0;
    background-color: #432BB3;
    display: none;
    overflow-y: scroll;
}

.popup_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup_header h4 {
    font-size: 19px;
    line-height: 32px;
    color: #fff;
}

.popup_header i {
    color: #FF4D4D;
    font-size: 18px;
    cursor: pointer;
    transition: color 400ms;
}

.popup_header i:hover {
    color: #fff;
}

.offer-popup img {
    border-radius: 10px;
    object-fit: cover;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.offer-body h3 {
    font-size: 17px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}

.offer-body p {
    text-align: center;
    font-size: 14px;
    color: #D1D1D1;
    line-height: 32px;
    margin-top: 10px;
}

.offer-empty {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.offer-popup-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* 
.offer-link:hover {
    background-color: #fff;
    color: var(--color2);
}

.offer-link {
    background-color: var(--color2);
    color: #fff;
    border: 1px solid var(--color2);
    border-radius: 10px;
    font-size: 14px;
    display: inline-block;
    padding: 14px 30px;
    line-height: 20px;
    transition: 400ms;
} */




#clockdiv {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    margin-top: -12px;
    margin-bottom: -10px;
}

#clockdiv>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

}

#clockdiv span {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    color: #0BD08B;
    font-family: var(--bold-font);
    flex-direction: column;
    position: relative;

}

#clockdiv>div:not(:last-child) span::after {
    content: ':';
    font-size: 30px;
    color: #0BD08B;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

#clockdiv .smalltext {
    font-size: 20px;
    color: #fff;
    font-family: var(--bold-font);

}