.orange {
    color: var(--secondary);
}

.apologreen {
    color: var(--primary);
}

.spl-color {
    background: #dcfdff;
}

.abt-bg-color {
    background: #EAF1F8;
}

.yellow {
    color: #fbc105;
}

.bg-apologreen {
    background: var(--primary) !important;
}

.bg-darkfooter {
    background: #015873 !important;
}

.bg-lightfooter {
    background: #228AAA !important;
}

.green {
    color: #01c009;
}

.txtgray {
    color: #848484;
}

.package-logo {
    transition: all 0.3s;
    background: rgb(255 255 255 / 92%);
    color: var(--light);
    font-weight: 600;
    /* left: 0; */
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 35%;
    font-size: 17px;
    padding: 5px 0px;
    top: 8%;
    right: 0;
    border-radius: 5% 0 0 5%;
}

.dr-image img {
    margin: 0 auto 15px;
    max-width: 200px;
    max-height: 200px;
}

.br-14 {
    border-radius: 14px;
}

.drdeticons {
    border: 0px !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
    padding: 8px !important;
    box-shadow: rgb(100 100 111 / 63%) 0px 1px 9px 0px !important;
    border-radius: 50%;
    text-align: center;
}

.list.list-icons.list-icons-drstyle-2 li {
    padding-top: 10px;
    padding-left: 50px;
}

.blog-info-title {
    transition: all .3s;
    color: var(--light);
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 27px;
    padding: 13px 21px 2px;
    bottom: 13%;
}

.btn-outline {
    background-color: #fff;
    border-color: #228aaa;
    color: #228aaa;
}

.dr-image {
    object-position: top;
    object-fit: cover;
    height: 250px;
    width: 100%;
}

.dr-detail-image {
    object-position: top;
    object-fit: cover;
    height: 400px;
    width: 100%;
}

.homedr-image {
    object-position: top;
    object-fit: cover;
    height: 225px;
    width: 100%;
}

.clinic-image {
    object-position: top;
    object-fit: cover;
    height: 100%;
    width: 100%;
    height: 50vh;
}

.ms-n5 {
    margin-left: -1.25rem !important;
}

.ms-8 {
    margin-left: 2rem !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #0081a0;
    border-color: #0081a0;
}

.btn-outline-primary {
    --bs-btn-color: #0081a0;
    --bs-btn-border-color: #0081a0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0081a0;
    --bs-btn-hover-border-color: #0081a0;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0081a0;
    --bs-btn-active-border-color: #0081a0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0081a0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0081a0;
    --bs-gradient: none;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.gallery-item {
    display: block;
}

.gallery-item img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
    height: 200px;
}

.gallery-item:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
    background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
}

.lightbox-modal .lightbox-content {
    width: 100%;
}

.lightbox-modal .carousel-indicators {
    margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
    width: 75%;
}

.lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    width: auto;
}

.lightbox-modal .carousel-control-prev {
    left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
    right: 1.25rem;
}

@media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
        max-width: 60%;
    }
}

/*[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}*/

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
}

.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
}

.mob-bot-text {
    font-size: 0.5em;
    text-align: center;
    margin: 0 auto;
}

.sc-bottom-bar {
    position: fixed;
    display: flex;
    padding: 5px 28px;
    justify-content: space-between;
    width: 375px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: -81%;
    right: 0;
    height: 53px;
    font-size: 18px;
    /*position:fixed;
  display:flex;
  
  padding: 26px 36px;
  justify-content:space-between;
  width:375px;
  margin:auto;
  top:0;
  left:0;
  bottom:0;
  right:0;
  height: 38px;
  
  font-size:26px;*/
    background-image: radial-gradient(circle at 36px 6px, transparent 36px, #ffffff 37px);
    filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.08)) drop-shadow(0px -2px 12px rgba(0, 0, 0, 0.12));
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: cubic-bezier(0.57, 0.23, 0.08, 0.96) .45s;
}

.sc-nav-indicator {
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 18px;
    margin: auto;
    left: 0;
    background-color: #000000;
    box-shadow: var(--main-cast-shadow);
    border-radius: 50%;
    transition: cubic-bezier(0.45, 0.73, 0, 0.59) .3s;
}

.sc-menu-item {
    color: var(--fore-color);
    transition: ease-in-out .5s;
    text-align: center;
    cursor: pointer;
}

.sc-current {
    position: relative;
    color: #ffffff;
    z-index: 3;
    transform: translate3d(0px, -10px, 0px);
}

.v-bottom {
    vertical-align: bottom;
}

.dr-spl {
    background-color: #c3eaf3;
    border-color: #c3eaf3;
    color: var(--primary);
    border-radius: 24px;
    font-weight: 300;
    text-decoration: none;
    padding: 8px 12px;
}

/* Full Parallax Slider */

.slider-wrap {
    background: #162340;
    height: 600px;
}

.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slide--bg {
    z-index: 0;
    visibility: inherit;
    font-weight: 400;
    white-space: nowrap;
    min-height: 834px;
    min-width: 834px;
    max-height: 834px;
    max-width: 834px;
    background-color: #16234033;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    overflow: auto;
}

.swiper-slide-active .slide--bg {
    animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
    width: 650px;
    height: 650px;
    background: #006b8f5e;
    margin: auto;
    border-radius: 50%;
}

.swiper-slide-active .slide--bg .slide-bg--inner {
    animation: zoomInInner 1s ease forwards;
}

.slide-detail {
    position: relative;
    z-index: 1;
    text-align: center;
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}

.from-left,
.from-right {
    opacity: 0;
    filter: blur(4px);
    transition: opacity 0.5s ease, filter 0.5s ease;
}

.swiper-slide-active .from-left {
    animation: fadeInLeft 1s ease forwards;
    animation-delay: 0.8s;
}

.swiper-slide-active .from-right {
    animation: fadeInRight 1s ease forwards;
    animation-delay: 1s;
}

.slide-main--subheading {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px);
}

.swiper-slide-active .slide-main--subheading {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInDown 1s ease forwards;
    animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}

.slide-des p {
    color: rgb(255, 255, 255);
}

.swiper-slide-active .slide-des {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1.4s;
}

.slide-cta .slide-btn {
    text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #0081a0, #0081a0, #6dc8d6, #0081a0, #0081a0, #0081a0, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;
}

.swiper-slide-active .slide-cta .slide-btn {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInUp2 1s ease forwards;
    animation-delay: 1.4s;
}

.slide-cta .slide-btn:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background-position: right center;
}

.slide-cta .slide-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
}

.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #3c2fc0;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;
}

.swiper-slide-active .slide-badge {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInUp3 1s ease forwards;
    animation-delay: 1.5s;
}

.slide-badge .patch-check svg {
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}

/* Keyframe animations for Badge */

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for CTA */

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Description */

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 0.7;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Sub Heading */

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Main Heading */

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

/* Keyframe animations for background */

@keyframes zoomInBg {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomInInner {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.parallax-slider .slide-btns {
    width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}

.slide-btns.swiper-button-next:after,
.slide-btns.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}

.slide-btns:hover {
    border: 1px solid #fff;
    background: #fff;
}

.slide-btns:hover:after {
    color: #232323;
}

span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026;
    width: var(--progress, 0%);
    transition: width 0.5s ease;
}

.modal.left .modal-dialog,
.modal.modalright .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/

.modal.modalright.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modalright.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* ----------------------------------blog csss*/

/*
Name: 			theme-blog.css
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	12.0.0
*/

/* Posts */

.blog-posts:not(.blog-posts-no-margins) article {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.06);*/
    border: 1px solid rgb(217 217 217);
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.blog-posts:not(.blog-posts-no-margins) .pagination {
    margin: -10px 0 20px;
}

.blog-posts.blog-posts-no-margins .pagination {
    margin-top: 28.8px;
    margin-top: 1.8rem;
}

/* Post */

article.post h2 a {
    text-decoration: none;
}

article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}

article.post .post-meta>span {
    display: inline-block;
    padding-right: 8px;
}

article.post .post-meta i {
    margin-right: 3px;
}

article.post .post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
}

article.post .post-date .month {
    display: block;
    background: var(--grey-500);
    border-radius: 0 0 2px 2px;
    color: var(--light);
    font-size: 0.8em;
    line-height: 1.8;
    padding: 1px 10px;
    text-transform: uppercase;
}

article.post .post-date .day {
    background: var(--grey-100);
    border-radius: 2px 2px 0 0;
    color: var(--grey-500);
    display: block;
    font-size: 18px;
    font-weight: 900;
    padding: 10px;
}

article.post .post-image .owl-carousel {
    width: 100.1%;
}

article .post-video {
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: var(--light);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--border-radius2x);
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 61%;
}

article .post-video iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

article .post-audio {
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: var(--light);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--border-radius2x);
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 35%;
    min-height: 160px;
}

article .post-audio iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

article.post-medium .post-image .owl-carousel {
    width: 100.2%;
}

article.post-large {
    margin-left: 60px;
}

article.post-large h2 {
    margin-bottom: 5px;
}

article.post-large .post-image,
article.post-large .post-date {
    margin-left: -60px;
}

article.post-large .post-image {
    margin-bottom: 25px;
}

article.post-large .post-image.single {
    margin-bottom: 30px;
}

article.post-large .post-video {
    margin-left: -60px;
}

article.post-large .post-audio {
    margin-left: -60px;
}

/* Single Post */

.single-post article {
    border-bottom: 0;
    margin-bottom: 0;
}

article.blog-single-post .post-meta {
    margin-bottom: 20px;
}

/* Post Block */

.post-block h3 {
    font-size: 1.8em;
    font-weight: 200;
    margin: 0 0 20px;
    text-transform: none;
}

.post-block h3 i {
    margin-right: 7px;
}

/* Post Author */

.post-author img {
    max-height: 80px;
    max-width: 80px;
}

.post-author p {
    font-size: 0.9em;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.post-author p .name {
    font-size: 1.1em;
}

.post-author .img-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

/* Post Comments */

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.comments li {
    clear: both;
    padding: 10px 0 0 70px;
}

ul.comments li img.avatar {
    height: 48px;
    width: 48px;
}

ul.comments li ul.reply {
    margin: 0;
}

ul.comments li a {
    text-decoration: none;
}

ul.comments li .img-thumbnail {
    margin-left: -70px;
    position: absolute;
}

ul.comments li .comment {
    margin-bottom: 10px;
}

ul.comments .comment-arrow {
    border-bottom: 12px solid transparent;
    border-right: 12px solid var(--grey-100);
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 12px;
    width: 0;
}

ul.comments .comment-block {
    background: var(--grey-100);
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

ul.comments .comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}

ul.comments .comment-block .date {
    color: var(--grey-900);
    font-size: 0.9em;
}

/* Leave a Comment */

.post-leave-comment h3 {
    margin: 0 0 40px;
}

/* Recent Posts */

.recent-posts h4 {
    margin-bottom: 7px;
}

.recent-posts article.recent-post h4 {
    margin: 0 0 3px 0;
}

.recent-posts article.recent-post h4 a {
    display: block;
}

.recent-posts .date {
    margin-right: 10px;
    text-align: center;
}

.recent-posts .date .month {
    background: var(--grey-500);
    color: var(--light);
    font-size: 0.9em;
    padding: 3px 10px;
    position: relative;
    top: -2px;
}

.recent-posts .date .day {
    background: var(--grey-100);
    color: var(--grey-500);
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    padding: 8px;
}

section.section .recent-posts .date .day {
    background: var(--light);
}

/* Simple Post List */

ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.simple-post-list li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0;
}

ul.simple-post-list li::after {
    clear: both;
    content: "";
    display: block;
}

ul.simple-post-list li:last-child {
    border-bottom: 0;
}

ul.simple-post-list .post-image {
    float: left;
    margin-right: 12px;
}

ul.simple-post-list .post-meta {
    color: var(--grey-900);
    font-size: 0.8em;
}

ul.simple-post-list .post-info {
    line-height: 20px;
}

@media (max-width: 575px) {
    ul.comments li {
        border-left: 8px solid rgba(0, 0, 0, 0.06);
        clear: both;
        padding: 0 0 0 10px;
    }
    ul.comments li .img-thumbnail {
        display: none;
    }
    ul.comments .comment-arrow {
        display: none;
    }
}

/* Blog - Skin */

.recent-posts .date .month,
article.post .post-date .month {
    background-color: var(--primary);
}

.recent-posts .date .day,
article.post .post-date .day {
    color: var(--primary);
}