html,
body {
    font-family: "Tajawal", sans-serif;
}

@media screen and (max-width: 700px) {
    .timeline__cover .timeline ul li {
        margin-right: 20px !important;
        margin-left: unset !important;
    }

    .timeline__cover .timeline ul li:nth-child(odd) .content,
    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: unset;
        right: 38px;
    }
}

@media only screen and (max-width: 768px) {
    .lab_to_life .steps_container .step::before {
        font-family: "Tajawal", sans-serif;
        top: 50%;
        right: 30px;
        left: unset;
    }

    .lab_to_life .steps_container .step.step-1,
    .lab_to_life .steps_container .step.step-2,
    .lab_to_life .steps_container .step.step-3,
    .lab_to_life .steps_container .step.step-4,
    .lab_to_life .steps_container .step.step-5 {
        left: -10px !important;
    }

    .cta-area.style-1 .section-title .btn-inner-custom {
        right: unset;
    }

    .lab_to_life .steps_container {
        margin-right: 5px;
        margin-left: auto;
        height: 1300px;
    }

    .step .card {
        top: 25px;
        right: 20px;
        left: unset;
    }

    .page_header .signature-card {
        margin-top: 10px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .page_header .corner-shape-1 {
        width: 15px;
        height: 15px;
        bottom: 59px;
        transform: rotate(90deg);
    }

    .page_header .corner-shape-2 {
        left: 109px;
        right: unset;
        transform: rotate(90deg);
    }

    .page_header .bottom-right-corner-shape {
        border-top-left-radius: 0px;
        border-top-right-radius: 15px;
    }

    .page_header .bottom-title {
        right: 3%;
        left: unset;
    }

    .info-card.style-3 .info-card-inner {
        gap: 0px;
    }

    .long-product-card .img-container .bottom-right-corner-shape {
        border-top-left-radius: unset;
        border-top-right-radius: 15px;
        justify-content: center;
    }

    .long-product-card .img-container .corner-shape-1 {
        right: unset;
        left: 0px;
        bottom: 62px;
    }

    .long-product-card .img-container .corner-shape-2 {
        left: 170.5px;
        right: unset;
    }

    .long-product-card.style-right .img-container .corner-shape-1 {
        right: 0px;
    }

    .long-product-card.style-right .img-container .corner-shape-2 {
        right: 169.5px;
        left: unset;
    }

    .long-product-card.style-right .img-container .bottom-right-corner-shape {
        border-top-left-radius: 15px;
        border-top-right-radius: unset;
        justify-content: center;
    }
}

@media screen and (max-width: 1020px) {


    .lab_to_life .steps_container .step::before {
        font-family: "Tajawal", sans-serif;
        top: 50%;
        right: 30px;
        left: unset;
    }

    .lab_to_life .steps_container .step.step-1,
    .lab_to_life .steps_container .step.step-2,
    .lab_to_life .steps_container .step.step-3,
    .lab_to_life .steps_container .step.step-4,
    .lab_to_life .steps_container .step.step-5 {
        left: -10px !important;
    }

    .lab_to_life .steps_container {
        margin-right: 5px;
        margin-left: auto;
        height: 1300px;
    }

    .step .card {
        top: 25px;
        right: 20px;
        left: unset;
    }
}

@media screen and (max-width: 1199px) {

    .timeline__cover .timeline ul li:nth-child(odd) .content,
    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: unset;
        right: 38px;
    }


}

@media screen and (max-width: 1400px) {
    .lab_to_life .steps_container .step::before {
        font-family: "Tajawal", sans-serif;
        top: 50%;
        right: 30px;
        left: unset;
    }

    .lab_to_life .steps_container .step.step-1,
    .lab_to_life .steps_container .step.step-2,
    .lab_to_life .steps_container .step.step-3,
    .lab_to_life .steps_container .step.step-4,
    .lab_to_life .steps_container .step.step-5 {
        left: -10px !important;
    }

    .lab_to_life .steps_container {
        margin-right: 5px;
        margin-left: auto;
        height: 1300px;
    }

    .step .card {
        top: 25px;
        right: 20px;
        left: unset;
    }
}

@media (min-width: 1400px) {
    .footer-widget .footer-widget-info p {
        padding-right: unset;
        padding-left: 40px;
    }
}

/* 7. Larger laptops (small desktops) */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .about-img-container {
        margin-right: unset;
    }
}
