@media (max-width: 1200px) {
    :root {
        --size-24: 1.125rem;
        --size-28: 1.5rem;
        --size-32: 1.75rem;
        --size-80: 3.125rem;
        --size-94: 3.125rem;
    }

    h1,
    .h1 {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }

    h2,
    .h2 {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }

    h3,
    .h3 {
        font-size: 1.625rem;
        line-height: 2.375rem;
    }

    h4,
    .h4 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    h5,
    .h5 {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    .item-row .item {
        font-size: 0.875rem;
    }

    .agency-owner-cmt-sec p {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

    footer .btn {
        font-size: 1.25rem;
    }
}

/* END 1200PX */

@media (max-width: 992px) {
    body {
        line-height: 1.5rem;
    }

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    h1,
    .h1 {
        font-size: 2.75rem;
        line-height: 3.5rem;
    }

    h2,
    .h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    h3,
    .h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    h4,
    .h4 {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    h5,
    .h5 {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }

    .hero-sec .content {
        margin-bottom: var(--size-80);
    }

    .approch-sec ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1rem;
        row-gap: 1rem;
        margin-bottom: var(--size-32);
    }

    .approch-sec ul li {
        padding: 1rem;
        padding-left: 2rem;
        max-width: 50%;
        margin-bottom: 0;
        flex: calc(50% - 1rem);
    }

    .bordered-listing li::before {
        left: 1rem;
    }

    .fw-light-box {
        padding: 2rem;
    }

    .offer-sec .content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .offer-sec .h3 {
        text-transform: capitalize;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .review-card .user-info {
        align-items: flex-start;
    }

    .project-item .Col:first-child {
        padding-left: 1rem;
        padding-bottom: 1rem;
    }

    .project-item h3 {
        font-size: 1.25rem;
    }

    .project-item hr {
        margin: 0.5rem 0;
    }

    .project-item p {
        font-size: var(--small-font);
    }

    .project-item ul li {
        font-size: 20px;
    }

    .timeline-sec .row * {
        font-size: var(--small-font);
        line-height: normal;
    }

    .how-do-sec .content {
        padding: 2rem 1rem;
    }

    .item-row .item {
        font-size: 0.75rem;
        font-weight: 400;
        padding: 0 0.75rem;
    }

    .timeline-table {
        white-space: nowrap;
    }

    .timeline-table th:first-child,
    .timeline-table td:first-child {
        white-space: normal;
    }

    .timeline-table th:first-child h5,
    .timeline-table td:first-child p {
        width: 365px;
    }
}

/* END 992PX */


@media (max-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }

    h1,
    .h1 {
        font-size: 2.25rem;
        line-height: 3rem;
    }

    h2,
    .h2 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    h3,
    .h3 {
        font-size: 1.375rem;
        line-height: 2rem;
    }

    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    h5,
    .h5 {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .offer-sec .content {
        padding: 2rem 1rem;
    }

    .review-sec .row {
        column-count: auto;
    }

    .review-sec .row .Col:last-child {
        margin-bottom: 0;
    }

    .project-item .Col {
        width: 50%;
    }

    footer {
        padding: 2.5rem 0;
    }

    footer .btn {
        font-size: 1rem;
    }

    .how-tos-wrapper {
        display: flex;
        padding: 0 0;
    }

    .how-tos-wrapper .item-row {
        flex-direction: column;
        flex: 1;
        row-gap: 30px;
        padding: 0 2rem;
        height: 100%;
    }

    .how-tos-wrapper .item-row:nth-child(even) {
        flex-direction: column;
    }

    .how-tos-wrapper .item-row:after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        border-top: 0;
        border-left: 2px solid var(--theme-color);
        z-index: 0;
        left: calc(50% + 4px);
        transform: translateX(-50%);
    }

    .item-row .item {
        box-shadow: 0px 5px 15px 0px rgb(255 255 255 / 16%);
    }

    .item-row .item:not(:last-child):after {
        left: 50%;
        transform: translate(0, -50%);
        top: 100%;
    }

    .item-row:nth-child(even) .item::after {
        left: 50%;
        right: auto;
        transform: translate(0, -50%);
    }

    .item-row .item::before {
        top: -3px;
        left: calc(50% - 2px);
        transform: translate(0, -50%) rotate(90deg);
    }

    .item-row:nth-child(even) .item::before {
        left: calc(50% - 2px);
        transform: translate(0, -50%) rotate(-90deg);
    }

    .item-row:nth-child(even) .item:first-child::before {
        left: -9px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
    }

    .how-tos-wrapper .item-row:before {
        content: "";
        position: absolute;
        top: 1.7rem;
        left: 0;
        width: 4rem;
        height: 50%;
        border: 2px solid var(--theme-color);
        border-width: 2px 0 0 2px;
        border-radius: 15px 0 0 0;
        z-index: 0;
    }

    .how-tos-wrapper .item-row:nth-child(odd):before {
        right: -2px;
        left: auto;
        top: auto;
        width: 4rem;
        bottom: 1.7rem;
        height: 50%;
        border-width: 0 2px 2px 0;
        border-radius: 0 0 15px 0;
    }

    .work-with-me-sec h2,
    .work-with-me-sec p {
        text-align: center !important;
    }

    .work-with-me-sec ul {
        width: 90%;
        margin-left: auto;
    }

    .work-with-me-sec .Col:last-child img {
        width: 50%;
    }

    .offer-sec .btns-row {
        flex-direction: column;
        align-items: center;
    }
}

/* END 768PX */

@media (max-width: 630px) {
    .approch-sec ul {
        display: block;
    }

    .approch-sec ul li {
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .approch-sec ul li:last-child {
        margin-bottom: 0;
    }

    .deliver-card img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .how-tos-wrapper .item-row:nth-child(odd) {
        padding-right: 1rem;
        padding-left: 0;
    }

    .how-tos-wrapper .item-row:nth-child(even) {
        padding-left: 1rem;
        padding-right: 0;
    }

    .how-tos-wrapper .item-row:after {
        left: calc(50% - 4px);
    }

    .how-tos-wrapper .item-row:nth-child(even):after {
        left: calc(50% + 12px);
    }

    .how-tos-wrapper .item-row:nth-child(odd):before {
        right: -1.5px;
    }
}

/* END 630PX */


@media (max-width: 576px) {
    :root {
        --size-80: 1.875rem;
        --size-94: 1.875rem;
    }

    h1,
    .h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    h4,
    .h4 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    h5,
    .h5 {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    header .container {
        height: 70px;
    }

    .hero-sec img.img-fluid {
        display: none;
    }

    .hero-sec .content {
        margin-bottom: 0;
    }

    .hero-sec ul {
        display: block;
    }

    .projects-sec .container-xxl {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

    .project-item,
    .project-item .Col {
        width: 100%;
    }

    .project-item .Col:last-child img {
        width: 65%;
    }

    .project-item .Col:first-child {
        padding-bottom: 0;
        padding-top: 1rem;
    }

    .offer-sec .btn-outline-light {
        font-size: 0.875rem;
        padding: 12px 15px;
    }

    .offer-sec .btn-outline-light img {
        width: 22px;
        height: 22px;
    }

    .work-with-me-sec ul {
        width: 100%;
    }

    .timeline-sec .head {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .timeline-sec .row .Col {
        width: 100%;
        flex: inherit;
        padding: .5rem 1rem;
    }

    .timeline-sec .row .col {
        padding-left: 50px;
    }

    .timeline-sec .row.head .col {
        padding-left: 1rem;
    }

    .timeline-sec .col::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 2rem);
        height: 1px;
    }

    footer .h4 {
        font-size: 1rem;
        line-height: normal;
    }

    footer .btn {
        font-size: var(--small-font);
    }

}

/* END 576PX */