.astroid-header-sticky .header-right-section span.fa-solid {
    border: 2px solid var(--bs-white);
}
.astroid-header-section .astroid-header-sticky > div {
    padding: 0px;
}
.banner-position .text-box {
    padding: 30px;
    background-color: rgb(255 255 255 / 60%);
}
.prices-section .card:hover,
.astroid-header-sticky {
    box-shadow: var(--bs-box-shadow) !important;
}
.astroid-header-sticky .astroid-social-icons a:hover i::before,
.btn-white-text:hover span::before {
    color: rgb(255 255 255 / 70%);
}
.btn-white {
    background-color: rgb(255 255 255 / 100%);
}
.btn-white:hover {
    background-color: rgb(255 255 255 / 70%);
    color: var(--bs-btn-color);
}
.astroid-header-sticky .header-right-section span::before,
.astroid-header-sticky .header-right-section a,
.text-bg-primary a {
    color: var(--bs-white);
}
.text-scale,
.text-scale::before,
.prices-section .card,
.what-you-will-get-section .card .icon,
.img-scale {
    transition: 0.3s ease-in;
}
.what-you-will-get-section .card:hover .icon {
    background-color: var(--bs-white) !important;
}
.prices-section .card,
.text-scale:hover,
.img-scale:hover {
    transform: scale(1.03);
}
header div.astroid-logo {
    padding: 10px 0;
}
.copyright {
    font-size: 12px;
}
#frame h1 {
    text-align: center;
}
#frame img {
    margin: 0 auto;
    width: 241px;
}
.text-bg-secondary {
    color: var(--bs-white) !important;
}
.footer-section a:hover {
    text-decoration: underline;
}
.carousel-control-prev, .carousel-control-next {
    width: 2rem;
}
.carousel-control-prev {
    margin-left: -1rem;
}
.carousel-control-next {
    margin-right: -1rem;
}
/* -------------------------------- */
.what-you-will-get-section .icon {
    width: 90px;
    height: 90px;
    border: 2px solid var(--bs-white);
    border-radius: 50px;
}
.what-you-will-get-section .icon span {
    line-height: 1.8;
}
.what-you-will-get-section .card:hover .icon {
    background-color: var(--bs-white);
}
.what-you-will-get-section .card:hover .icon span {
    color: var(--bs-secondary);
}
/* -------------------------------- */
.header-right-section span.fa-solid {
    font-size: 24px;
    color: #146968;
    border: 2px solid #146968;
    border-radius: 50px;
    padding: 7px;
    margin-right: 5px;
}
.header-right-section a {
    font-size: 24px;
    font-weight: 600;
    color: #146968;
}
.header-right-section .astroid-social-icons .fab {
    font-size: 40px;
}
.timeline .timeline-item:nth-child(even) .timeline-content:before {
    border-right-color: var(--bs-primary);
}
.timeline .timeline-item .timeline-content:before {
    border-left-color: var(--bs-primary);
}
.timeline:before,
.timeline .timeline-item .timeline-icon {
    background: var(--bs-primary);
}
/* -------------------------------- */
.images-compare-wrapper img,
.rounded-corners {
    border-radius: 40px 0 40px 0 !important;
}
.rounded-corners-top-left {
    border-top-left-radius: 40px !important;
}
.rounded-corners-bottom-right {
    border-bottom-right-radius: 40px !important;
}
/* -------------------------------- */
.why-cant-you-delay-implantation-section .item:nth-child(2) .card:after,
.why-cant-you-delay-implantation-section .item:nth-child(4) .card:after,
.why-cant-you-delay-implantation-section .item:nth-child(5) .card:after,
.why-cant-you-delay-implantation-section .item:nth-child(7) .card:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: calc((100% - 15px) / 2);
}
.why-cant-you-delay-implantation-section .item:nth-child(2) .card:after,
.why-cant-you-delay-implantation-section .item:nth-child(4) .card:after {
    border-bottom: 15px solid var(--bs-primary);
    transform: rotate(90deg);
    left: -8px;
}
.why-cant-you-delay-implantation-section .item:nth-child(5) .card:after,
.why-cant-you-delay-implantation-section .item:nth-child(7) .card:after {
    border-bottom: 15px solid var(--bs-primary);
    transform: rotate(-90deg);
    right: -8px;
}
.images-compare-wrapper {
    position: relative;
    margin: auto;
    max-width: 700px;
    text-align: center;
}
.images-compare-wrapper img {
    max-width: none;
}
/* -------------------------------- */
@media screen and (max-width: 768px) {
    .why-cant-you-delay-implantation-section .item .card:after {
        border: none !important;
        left: 0px;
        right: 0px;
    }
    .timeline .timeline-item .timeline-content:before, 
    .timeline .timeline-item:nth-child(even) .timeline-content:before {
        border-right-color: var(--bs-primary);
    }
    #banner-section {
        background-position: 70% center !important;
    }
}