+
/*@font-face {
    font-family: "Roxborough CF Thin", sans-serif;
    src: url('../fonts/Roxborough-CF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
:root {
    --Poppins: "Poppins", sans-serif;
    --Comfortaa: "Poppins", sans-serif;
    --Roxborough: "Poppins", sans-serif;
}

span, p {
    font-family: Poppins;
}

p{
    line-height: 32px;
}

.navbar {
    padding: 20px;
    border: 0px;
}

    .navbar .nav-item .nav-link {
        color: #5A5C5A;
        fill: #5A5C5A;
        padding-left: 15px;
        padding-right: 15px;
    }

.btn-purple {
    background-color: #D4A1C7;
    font-family: Poppins;
    font-weight: 400;
    fill: #000000;
    color: #000000 !important;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 50px 10px 50px !important;
}

    .btn-purple:hover {
        background-color: #000000;
        color: #FFFFFF !important;
    }

.btn-purple-new {
    background-color: #D4A1C7;
    background-image: linear-gradient(to bottom, #000000, #000000);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 0%;
    font-family: Poppins;
    font-weight: 400;
    fill: #000000;
    color: #000000 !important;
    border-radius: 30px;
    padding: 10px 50px !important;
    transition: background-size 0.2s ease, color 0.3s ease;
}

    .btn-purple-new:hover {
        background-size: 100% 100%;
        color: #FFFFFF !important;
    }

.btn-outline-purple {
    background-color: white;
    font-family: Poppins;
    font-weight: 400;
    fill: #000000;
    color: #000000 !important;
    border-radius: 30px;
    padding: 10px 30px 10px 30px !important;
    border: 1px solid #D4A1C7;
}

.logo {
    max-width: 230px;
}

.banner {
    background-color: transparent;
    background-image: url(../images/home-1-1.webp);
    background-size: cover;
    background-position: center;
    height: 660px;
}

.overlay {
    background-color: #0f0f0f80;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.overlay-dark {
    background-color: #0f0f0fad;
}

.heading, .heading span {
    font-size: 58px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.8px;
    line-height: 80px;
    color: #FDFCFC;
    font-family: "Playfair Display", serif;
}

.text-purple {
    color: #D4A1C7 !important;
}

.section-title {
    font-size: 39px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #161616;
}

.section-text, .section-text-details p {
    color: #161616;
    font-size: 16px;
    line-height: 32px;
}

.rounded-image {
    border-radius: 15px;
}

.cutting-tech {
    background-color: black;
    padding-top: 52px;
    padding-bottom: 52px;
}

    .cutting-tech h2 {
        line-height: 1.4em;
        font-weight: 600;
        color: #FFFFFF;
        font-family: "Playfair Display", serif;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .cutting-tech p {
        color: #E4E4E4;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cutting-tech .subhead {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.3em;
        margin-bottom: 20px;
        font-family: "Playfair Display", serif;
        color: #D4A1C7;
    }

.healthservices {
    background-color: #EFFAF6;
    padding: 52px 0px;
}

    .healthservices h3 {
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        color: #161616;
    }

.healthitem .title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #161616;
    margin-bottom: 10px;
}

.healthitem hr {
    background-color: #D4A1C7 !important;
    opacity: 1;
    margin: 20px 0px;
}

.healthitem p {
    font-size: 14px;
    color: #161616;
    line-height: 28px;
}

.premium-pricing-table-container {
    background-color: #FDFDFD;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 30px 15px 30px 15px;
}

.pricesection h2 {
    font-family: "Playfair Display", serif;
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
}

.premium-badge-stripe.premium-badge-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.premium-badge-left:not(.premium-badge-flag) {
    position: absolute;
    top: 0;
}

.premium-badge-stripe {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 15em;
    overflow: hidden;
    height: 15em;
}

.premium-badge-left {
    left: 0;
}

.premium-badge-stripe .corner {
    background-color: #D4A1C7;
    text-align: center;
    left: 0;
    width: 150%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
}

.corner span {
    color: #000000;
    font-family: var(--Poppins);
    font-size: 12px;
    font-weight: 600;
}

.premium-pricing-table-title {
    color: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-size: 32px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

.premium-pricing-price-container {
    margin: 16px 0px 16px 0px;
}

.premium-pricing-price-currency {
    color: #D4A1C7;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    vertical-align: unset;
    font-size: 16px;
}

.premium-pricing-price-value {
    color: #D4A1C7;
    font-size: 70px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    display: inline-block;
}

.premium-pricing-price-duration {
    color: #000000;
    font-family: "Playfair Display", serif;
    color: black
}

.premium-pricing-list {
    margin: 30px 0px 30px 0px;
    padding: revert;
    padding-left: 20px;
}

    .premium-pricing-list .premium-pricing-list-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.premium-pricing-list-item {
    justify-content: center;
}

    .premium-pricing-list-item span {
        font-family: Poppins;
        font-weight: 400;
    }

.premium-pricing-list svg {
    width: 15px !important;
    height: 15px !important;
    color: #D4A1C7;
    margin-right: 5px;
}

.premium-pricing-feature-icon {
    color: #D4A1C7;
    fill: #D4A1C7
}

.elementor-repeater-item-2899d90.premium-drawable-icon * {
    stroke: #61CE70;
}

.discover {
    text-align: center;
    height: 340px;
    background-image: url(../images/webimage-5D38396C-31F0-47F1-9163B4D543DD236C.jpg);
    background-size: cover;
    background-position: center center;
}

    .discover h4 {
        font-size: 14px;
        font-family: Poppins;
        color: white;
        text-align: center;
        text-transform: uppercase;
    }

    .discover h3 {
        font-size: 50px;
        color: white;
        font-family: "Playfair Display", serif;
        font-weight: 600;
        margin-bottom: 25px;
        line-height: 70px;
    }

.footer {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #000000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 78px 0px 78px 0px;
    background-color: #000000;
}

    .footer * {
        color: white;
    }

    .footer ul {
        list-style: none;
    }

    .footer h3 {
        font-size: 42px;
        font-weight: 600;
        font-family: "Playfair Display", serif;
    }

    .footer p {
        font-family: var(--Poppins);
        font-size: 15px;
        line-height: 2.4em;
    }

    .footer .copyright {
        text-align: center;
        color: #FFFFFF;
        line-height: 15px;
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

    .footer h4 {
        font-size: 18px;
        font-family: "Playfair Display", serif;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .footer svg {
        display: inline-block;
        height: 16px;
        position: relative;
        fill: #D4A1C7;
        transition: fill 0.3s;
    }

    .footer a {
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 10px;
    }

        .footer a:hover {
            color: #D4A1C7;
        }

.svg-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.screeningbanner {
    height: 291px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/5017.jpg);
}

    .screeningbanner h1, .screeningbanner h1 span {
        font-family: "Playfair Display", serif;
        font-size: 58px;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0.8px;
        color: #D4A1C7;
    }

.locations {
    background-color: #161616;
    color: white;
}

    .locations * {
        color: white;
    }

    .locations h1 {
        font-size: 50px;
        font-family: "Playfair Display", serif;
        color: white;
    }

    .locations ul {
        list-style: none;
        padding-inline-start: 0px;
        margin: 0px;
    }

        .locations ul li {
            border-bottom: 1px solid #FFFFFF;
            margin-bottom: 15px;
            padding: 20px 0px;
        }

    .locations .no {
        font-size: 16px;
        margin-bottom: 0.5em;
    }

    .locations .titles {
        font-size: 19px;
    }

.divider {
    width: 100px;
    border: 1.7px solid #D4A1C7;
    margin-bottom: 1.6em;
}

.accept-location {
    font-size: 16px;
    margin: 0;
}

.locations svg {
    fill: #D4A1C7;
    width: 25px;
    margin-right: 10px;
}

.locations ul li:last-child {
    margin-bottom: 0px;
    border: 0px;
}

.whychoose {
    background-color: #161616;
    padding: 40px 0px;
}

    .whychoose h1, .whychoose span {
        font-family: "Playfair Display", serif;
        font-size: 50px;
        font-weight: 600;
        text-align: center;
        color: #F1E4E4
    }
    .cart-subheading {
        font-size: 36px !important;
    }


.timeline-section {
    width: 100%;
    margin: auto;
    padding: 40px 0;
}

    .timeline-section h2 {
        text-align: center;
        font-size: 2em;
        color: white;
    }

        .timeline-section h2 span {
            color: #cf93d9;
        }

.timeline {
    position: relative;
    padding-left: 20px;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #cf93d9;
        transform: translateX(-50%);
        height: 82%;
    }

.timeline-item {
    position: relative;
    width: 50%;
    padding: 0px 40px 20px;
    box-sizing: border-box;
}

    .timeline-item.left {
        left: 0;
    }

    .timeline-item.right {
        left: 50%;
        text-align: left;
    }

    .timeline-item::before {
        content: '';
        position: absolute;
        top: -1px;
        width: 30px;
        height: 30px;
        background-color: #cf93d9;
        border-radius: 50%;
        border: 4px solid #FDFCFC;
        z-index: 1;
    }

    .timeline-item.left::before {
        right: -6px
    }

    .timeline-item.right::before {
        left: -24px;
    }

    .timeline-item .content {
        background: transparent;
        color: #ddd;
        padding: 0px 30px 10px;
        border-radius: 10px;
    }

        .timeline-item .content h3 {
            color: white;
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .timeline-item .content p{
            font-size:14px;
            line-height: 28px;
        }

    .timeline-item .content-left::after {
        content: "";
        position: absolute;
        top: 5px;
        right: 35px;
        height: 0;
        width: 0;
        border: 7px solid rgba(0, 0, 0, 0);
        border-left: 7px solid #fff;
        border-width: 10px;
    }

    .timeline-item .content-right::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 18px;
        height: 0;
        width: 0;
        border: 7px solid rgba(0, 0, 0, 0);
        border-right: 7px solid #fff;
        border-width: 10px;
    }

.desc-list p {
    font-size: 16px;
}

.throughSection {
    padding: 40px 0px;
}

    .throughSection h3 {
        font-size: 18px;
        font-family: "Playfair Display", serif;
        color: #161616;
        margin-bottom: 20px;
        margin-top: 50px;
        font-weight: bold;
    }

    .throughSection h2 {
        font-size: 33px;
        color: #161616;
        margin-bottom: 20px;
    }

.throughSection {
    margin-top: -90px;
}

.throughdiv {
    padding: 30px 40px;
}

.line-no {
    font-size: 1em !important;
    position: absolute;
    color: #FFFFFF;
    opacity: 0.7;
}

.timeline-item.left .line-no {
    right: -45px;
    top: -10px;
}

.timeline-item.right .line-no {
    left: -70px;
    top: -10px;
}

#bookModal .modal-dialog {
    max-width: 700px;
}

.book-title {
    font-size: 30px;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 40px;
}

.book-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: 0px;
    border-radius: 8px;
    text-align: center;
}

    .book-card .card-body {
        padding: 20px 10px;
    }

.book-type {
    font-size: 22px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    text-align: center;
    margin-bottom: 10px;
    color: #161616;
}

.book-price {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    text-align: center;
    color: #D4A1C7;
    font-weight: bold;
}

.book-card .details {
    display: block;
    text-align: center;
    color: #161616;
    font-size: 11px;
    margin-top: 15px;
    text-underline-offset: 4px;
}

.book-card .btn {
    padding: 5px 20px 5px 20px !important;
}

.text-black {
    color: #161616 !important;
}

.contacts p {
    font-size: 18px;
    font-weight: 600;
}

.contacts svg {
    fill: #D4A1C7;
    width: 30px;
    height: 30px;
    margin-bottom: 25px;
}

.btn.btn-purple.text-white {
    color: #FFFFFF !important;
}

.form-control {
    border-color: #eeeeee;
}

    input, button, input:focus, .btn, .btn:focus, .form-control, .form-control:focus {
        box-shadow: none;
    }

.form-control {
    padding: 12px 20px;
    border-radius: 0px;
    color: #000000;
    font-weight: 400 !important;
    font-family: Poppins;
}

    .form-control::placeholder {
        color: #0000008c;
    }

.footer ul {
    list-style: none;
    padding-inline-start: 0px;
}

.table-cart thead {
    background-color: #fbfbfb;
}

.table {
    vertical-align: middle;
}

    .table tbody td {
        border: 0;
    }

    .table tbody tr td:first-child {
        border-left: 1px solid #dee2e6;
    }

    .table tbody tr td:last-child {
        border-right: 1px solid #dee2e6;
    }

    .table thead th {
        border: 0;
    }

    .table thead tr th:first-child {
        border-left: 1px solid #dee2e6;
    }

    .table thead tr th:last-child {
        border-right: 1px solid #dee2e6;
    }

    .table tfoot td {
        border: 0;
    }

    .table tfoot tr td:first-child {
        border-left: 1px solid #dee2e6;
    }

    .table tfoot tr td:last-child {
        border-right: 1px solid #dee2e6;
    }

.subtotal-cart td, .subtotal-cart th {
    padding: 15px 25px;
}

.border-top-purple {
    border: 0;
    border-top: 2px solid #D4A1C7;
}

.border-bottom-purple {
    border-bottom: 2.57px solid #D4A1C7
}

.table-theme th {
    background-color: #D4A1C7;
    border-color: #D4A1C7;
    font-family: "Playfair Display", serif;
    color: #161616;
}

.table-theme th, .table-theme td {
    padding: 10px 20px !important;
    font-size: 14px;
}

.partial-sidebar {
    list-style: none;
    padding-inline-start: 0px;
    border-right: 1px solid #D4A1C7;
}

    .partial-sidebar li {
        border-left: 4px solid white;
        margin-bottom: 15px;
    }

        .partial-sidebar li a {
            padding: 10px 20px;
            display: block;
            text-decoration: none;
            color: #161616;
        }

        .partial-sidebar li.active {
            background-color: #F7F6F7;
            border-left: 4px solid #D4A1C7;
        }

        .partial-sidebar li:hover {
            background-color: #F7F6F7;
            border-left: 4px solid #D4A1C7;
        }

.btn-remove {
    background-color: #EFFAF6 !important;
    color: #113f71 !important;
}

.blink-instagram {
    display: inline-block;
    animation: zoomBlink 1s infinite ease-in-out;
    padding: 10px;
    border-radius: 10px;
    transition: background-color 0.3s;
}

    .blink-instagram:hover {
        background-color: #fff;
    }

@keyframes zoomBlink {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

.blink-instagram svg {
    width: 30px;
    height: 30px;
}


@media(max-width: 1400px) {
    .navbar .nav-item .nav-link {
        font-size: 12px !important;
    }

    .logo {
        max-width: 185px;
    }
}

.table-borderless tr td {
    border: none !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000 !important;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-width: 7px 7px 0 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 24px !important;
    height: 48px !important;
}

.select2-container .select2-selection--single {
    display: flex !important;
    align-items: center !important;
    height: 48px !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 18px !important;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee !important;
    border-radius: 0px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__clear {
        display: none !important;
    }

    .fw-500{
        font-weight: 500;
    }

.custom-modal-body {
    padding: 0px 2.5rem 2.5rem !important;
}

#bookModal .row .col-md-4 {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .max-container {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .footer-container {
        max-width: 1200px !important;
    }
}

.faq-section {
    background-color: #121212;
    padding: 60px 20px;
    color: white;
    font-family: 'Poppins', sans-serif;
}


.faq-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.faq-section h2 {
    font-size: 50px;
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    margin-bottom: 25px;
}

.faq-icon {
    width: 130px;
    height: auto;
}

.faq-box {
    text-align: left;
    border: 1px solid #ffffff33;
    border-radius: 4px;
}

.faq-item {
    border: 1px solid white;
    border-bottom: none;
}

    .faq-item:last-child {
        border-bottom: 1px solid white !important;
    }

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    padding: 20px;
    text-align: left;
    position: relative;
    cursor: pointer;
}

    .faq-question::after {
        content: "+";
        position: absolute;
        right: 20px;
        top: 20%;
        font-size: 25px;
        transition: transform 0.3s ease;
        color: #D4A1C7;
        font-weight: 600;
    }

.faq-item.active .faq-question::after {
    content: "-";
}

.faq-item.active .faq-question {
    border-bottom: 1px solid white !important;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease, padding 0.4s ease;
    will-change: max-height;
}


.faq-item.active .faq-answer {
    max-height: 700px;
    padding: 16px 20px 20px;
}

.small-heading{
    font-weight: 400;
    font-size: 18px;
}

.border-line {
    border-bottom: 1px solid #3B3B3B;
}

.blog-card {
    border: 0.3px solid #C1B5A9;
    border-radius: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .blog-card img {
        object-fit: cover;
        height: auto;
        width: 100%;
        height: 240px;
    }

    .blog-card a {
        font-family: "Playfair Display", serif;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        text-decoration: none;
        color: #000000;
    }

.new-desc {
    font-size: 16px;
    font-family: Poppins !important;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-article img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.main-article-title {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 70px;
    text-decoration: none;
    color: #111111 !important;
    display: block;
    margin-bottom: 15px;
}

.article-category {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #5A5C5A;
    margin-bottom: 10px !important;
}

.quick-reads {
    box-shadow: 4px 6px 24px 0px #6D8DAD40;
    border-top: 4px solid #D4A1C7;
    padding: 20px;
}

    .quick-reads h6 {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
        margin: 25px 0px;
    }

.sidebar-article {
    margin-bottom: 15px;
    flex-direction: column;
}

    .sidebar-article img {
        width: 100%;
        height: 128px;
        object-fit: cover;
    }

.sidebar-title {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    margin-top: 10px;
    color: #111111 !important;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
}

.sidebar-article-text {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #5A5C5A;
}

/* Sidebar styles */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    overflow-y: auto;
}

/* Overlay */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
}

/* When open */
.sidebar-open .mobile-sidebar {
    left: 0;
}

.sidebar-open .sidebar-overlay {
    opacity: 1;
    visibility: visible;
}

/* Custom toggle (hamburger) */
.custom-toggler {
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    z-index: 1060;
}

    .custom-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #333;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    /* Toggle active state into cross */
    .custom-toggler.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .custom-toggler.active span:nth-child(2) {
        opacity: 0;
    }

    .custom-toggler.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

.sticky-header {
    position: sticky;
    top: 0;
    z-index:1050;
}

.iti {
    position: relative;
    display: block !important;
}

.alert-purple {
    color: #d4a1c7;
    background-color: #d4a1c730;
    border-color: #d4a1c7;
}

.f-30 {
    font-size: 30px !important;
}


@media(max-width:992px){
    .navbar-nav .nav-link {
        text-align: center;
        color: #000000 !important;
    }

        .navbar-nav .nav-link.active {
            border-radius: 8px;
            color: #000000 !important;
            background-color: #d4a1c787;
        }

    .logo {
        max-width: 200px;
    }

    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none !important;
    }
}

@media(max-width:767px) {
    p {
        font-size: 14px;
        line-height: 25px !important;
    }
    .banner {
        height: 560px;
    }

    .throughSection h3 {
        margin-top: 10px;
        font-size: 15px;
    }

    .throughSection h2 {
        font-size: 28px;
    }

    .timeline-item::before {
        left: -24px;
    }

    .timeline::before {
        left: 3%;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding: 0px 10px;
    }

    .whychoose h1, .whychoose span {
        font-size: 25px;
    }

    .discover h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .heading, .heading span {
        font-size: 40px;
        line-height: 55px;
    }

    .section-title {
        font-size: 29px;
    }

    .section-text, .section-text-details p {
        font-size: 14px !important;
        line-height: 25px;
    }

    .cutting-tech h2 {
        font-size: 30px;
    }

    .f-30{
        font-size: 25px !important;
    }

    .btn-outline-purple {
        padding: 10px 12px !important;
    }

    .cutting-tech p {
        font-size: 14px;
    }

    .healthservices h3 {
        font-size: 30px;
    }

    .healthitem p {
        font-size: 14px;
    }

    .screeningbanner h1, .screeningbanner h1 span {
        text-align: center;
        font-size: 35px;
    }

    .desc-list p {
        font-size: 14px;
    }

    .locations h1 {
        font-size: 35px;
    }

    .locations .titles {
        font-size: 15px;
    }

    .throughSection {
        margin-top: 0px;
    }

    .timeline-item .line-no {
        display: none;
    }

.form-label,
.form-control,
.btn {
    font-size: 14px !important;
}
}
