@media screen and (min-width: 2400px) {
    .name-check-loading {
        width: 40% !important;
    }
}

@media screen and (min-width: 1920px) {
    .name-check-loading {
        width: 30%;
    }
}

@media (max-width: 1581px) {
    .bank_cards_wrap {
        .bank_card_back {
            width: 380px;
        }
    }
}

@media screen and (max-width: 1500px) {
    .post-share-sticky {
        display: block;
        width: 100%;
        order: 3;
    }

    .post-share {
        display: flex;
        position: relative;
        top: 0;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .post-share-list {
        list-style: none;
        position: relative;
        left: 0;
        margin-top: 0;
        display: flex;
        gap: 10px;
        padding-left: 0;
    }
}

@media screen and (max-width: 1441px) {
    .bank_cards_wrap {
        .bank_card_back {
            width: 150%;
            left: 74%;
        }

        .bank_card:nth-child(5n) .bank_card_back {
            left: 24%;
        }
    }
}

@media (max-width: 1365px) {

    .post-details-header,
    .post-details-content {
        width: 100%;
        padding-right: 0px;
    }

    .post-details-sidebar {
        display: none;
    }

    .post-details-inner.newlayout {
        .post-details-content {
            padding-left: 0px;
        }
    }
}

@media (max-width: 1399px) {
    .features_container {
        .features_lists_wrapper {
            gap: 1.5rem;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

            .features_list {
                padding-right: 1.5rem;
            }
        }
    }

    .hero-section-icon-top {
        display: none;
    }

    .package-comp-item {

        .qsn-img.tooltip span,
        .qsn-img.tooltip .span {
            width: 100%;
            max-width: 300px;
        }
    }

    .accounts-solicitors-btm-logo-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .solicitors-btm-logo img {
        max-width: 170px;
    }

    .ycf-testimonials-fm-item {
        .lightBlueBtn {
            font-size: 14px;
        }
    }
}

@media (max-width: 1299px) {
    .main_menus_list li a {
        font-size: 12px;
    }

    .email-response {
        font-size: 12px;
    }

    .main_menus_email img {
        width: 18px;
    }

    .nav-menu-wrap .main_menus_list {
        width: calc(100% - 170px);
    }

    .company-setup-item:nth-child(1) {
        margin-left: 0rem;
    }

    .company-setup-item:nth-child(2) {
        margin-left: 10rem;
    }

    .company-setup-item:nth-child(3) {
        margin-left: 20rem;
    }

    .company-setup-item:nth-child(4) {
        margin-left: 30rem;
    }

    .company-setup-item:not(:last-child)::after {
        width: calc(8rem);
    }

    .payment-section {

        .efCardDetailsField,
        .efPaymentGatewayField {
            width: 47%;
        }
    }


    .comp-pack-logo-btm {
        span {
            font-weight: 500;
            font-size: 14px;
        }
    }

    .glossary-main {
        position: relative;
        display: flex;
        align-items: flex-start;
    }

    .glossary-header {
        position: sticky;
        top: 90px;
        left: 100%;
        padding: 10px 0;
        z-index: 9;
        width: 50px;
        height: 100%;
        min-height: 100%;

        .custom-container {
            padding: 0;
        }
    }

    .glossary-header ul li {
        display: block;
        margin-bottom: 2px;
    }

    .glossary-header ul li a {
        padding: 10px;
        min-width: 40px;
    }

    .glossary-content {
        width: 92%;
        margin-left: -50px;
    }

    .glossary-item ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .glossary-no-result h3 {
        text-align: left;
    }

}

@media (max-width: 1200px) {
    .nav-menu-wrap .main_menus_list {
        gap: 0.5rem;
    }

    .main_menus_list li a {
        font-size: 11px;
    }

    .dropdown_icon {
        width: 18px;
        height: 18px;
    }

    header .header_notify_wrapper p {
        font-size: 16px;
    }

    .link_text_icon {
        font-size: 16px;
    }

    .footer_top {
        .footer_menus_wrapper {
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }
    }
    .footer_menus_wrapper .footer_menu:first-child {
        grid-column: span 2;
    }

    #notifyCloseBtn {
        right: 25px;
    }

    .packages_container {
        grid-template-columns: repeat(4, 1fr);
    }

    .packages_container .package_card:nth-child(3n) {

        .qsn-img.tooltip:hover span,
        .qsn-img.tooltip:hover .span,
        .qsn-img.tooltip-active span {
            right: 50px;
        }
    }

    .progress-steps {
        .step-item {
            padding-left: 0;
        }

        .step-item+.step-item::before {
            margin: 0 .2rem;
        }
    }

    .package-list-wrap {
        margin-bottom: 0;
    }

    .sustainability-hero-content {
        width: 100%;
    }
}

@media (max-width: 1099px) and (min-width: 1024px) {
    .featured-list {
        flex-wrap: wrap;
    }
}

@media (max-width: 1211px) {
    .bank_cards_wrap {
        grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));

        .bank_card_back {
            width: 150%;
        }
    }
}

@media (min-width: 1025px) {

    .nav-menu-wrap .mob-menu-head,
    .nav-menu-wrap .mob-btm,
    .nav-menu-wrap .email-response-mob {
        display: none;
    }
}

@media (max-width: 1025px) {
    body.no-scroll {
        overflow: hidden;
    }

    .header_main_wrapper {
        padding-block: 0.625rem;

        .header_main_lht {
            .humburger_menus_wrapper {
                display: block;
            }
        }
    }

    .nav-header.sticky-header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        background: var(--white);
        transition: background 0.1s ease, padding 0.1s ease;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

        .header-logo {
            color: var(--darkBlue);
        }

        .humburger_menus_wrapper {
            #humburgerToggle svg {
                color: var(--font-black);
            }
        }
    }

    .nav-menu-wrap.sticky-header {
        background: var(--white);
    }

    .dropdown_icon {
        svg {
            color: var(--font-black);
        }
    }

    .nav-menu-wrap .main_menus_email {
        display: none;
    }

    .nav-menu-wrap {
        visibility: hidden;
        top: 0;
        left: 0%;
        width: 100%;
        max-width: 600px;
        min-height: 100vh;
        height: 100%;
        max-height: initial;
        background: var(--white);
        position: absolute;
        z-index: 9999;
        overflow-y: scroll;
        overflow-x: hidden;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;

        .main_menus_container {
            .main_menus_close_box {
                display: flex;
                justify-content: flex-end;
                padding: 0rem;

                #closeToggle {
                    border: 0;
                    width: 35px;
                    height: 35px;
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    img {
                        width: 24px;
                    }
                }
            }

            .main_menus_list {
                gap: 1.2rem;
                display: flex;
                padding-left: 0;
                list-style: none;
                flex-direction: column;
                padding: 0;
                align-items: flex-start;
                width: 100%;
            }

            .main_menus_list li a {
                font-size: 18px;
                color: var(--font-black);
            }
        }
    }


    .nav-menu-wrap.open {
        visibility: visible;
        transform: translateX(0);
    }

    .header_main_wrapper {
        .header_main_rht {
            gap: 1rem;
        }
    }

    .nav-menu-wrap {
        .main_menus_container {
            width: 100%;
            height: 100vh;
            max-height: initial;
            flex-direction: row-reverse;
            align-content: flex-start;
            align-items: flex-start;
            row-gap: 2rem;
            justify-content: flex-start;
            padding: 0;
        }

        .email-response-mob {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .main_menus_list {
            gap: 2rem;
            padding: 0;
        }

        .dropdown_icon {
            img {
                filter: brightness(0) invert(0);
            }
        }

        .mega_first_dropdown_menu_wrapper {
            box-shadow: none;
        }

        .main_menus_container.open {
            left: 0;
            flex-direction: column;
            flex-wrap: nowrap;
            gap: 2rem;
        }

        .mob-menu-head {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
        }
    }

    .mob-menu-head .mob-logo img {
        width: 90px;
        height: auto;
    }

    .mob-btm {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 18px;
        padding-bottom: 20px;

        a {
            font-size: 18px;
            padding: 18px 24px;
        }

        .primary-btn {
            background: rgba(15, 177, 199, 0.05);
            border: 1px solid rgba(15, 177, 199, 0.15);
        }

        .secondary-btn {
            background: rgba(15, 177, 199, 0.15);
            border: 1px solid rgba(15, 177, 199, 0.15);
        }
    }

    .main_menus_close_box #closeToggle svg {
        color: var(--font-black);
        transform: rotate(45deg);
    }

    .dropdown_menu_wrapper {
        position: relative;
    }

    .header-full-width-btn {
        background-color: var(--skyGreen);
        color: var(--white) !important;
        margin-top: 10px;
    }

    .dropdown_menu_heading {
        color: var(--font-black);
        font-size: 18px;
    }

    .mega_first_dropdown_menu_wrapper.open {
        top: 0;
        position: relative;
        padding-top: 1.5rem;
        padding-bottom: 0;
        box-shadow: none;
        background: var(--white);

        .custom-container {
            padding: 0;
        }
    }

    .mega_first_dropdown_menu ul {
        margin-bottom: 1rem;
    }

    .mega_first_dropdown_menu ul {
        gap: 1rem;
    }

    .first_dropdown_menu_wrapper {
        gap: 1rem;
        flex-direction: column;
    }

    .mega_first_dropdown_menu {
        width: 100%;
    }

    .packages_container {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 70px;
    }


    .package-hero-section {
        max-height: min-content;
    }

    .package-hero-content,
    .package-details-content {
        width: 100%;
        max-height: min-content;
    }

    .package-hero-list,
    .package-details-blank {
        width: 60%;
    }

    .bank_cards_wrap {
        .bank_card:nth-child(5n) .bank_card_back {
            left: 74%;
        }

        .bank_card:nth-child(4n) .bank_card_back {
            left: 24%;
        }
    }

    .features_container {
        .features_lists_wrapper {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

            .features_list:nth-child(4n) {
                padding-right: 1.5rem;
                border-right: 1px solid rgba(255, 255, 255, 0.37);
            }

            .features_list:nth-child(3n) {
                padding-right: 0;
                border-right: 0;
            }
        }
    }

    .Steps_part ol {
        gap: 2rem;
    }

    .checklist_card img {
        margin-bottom: 30px;
    }

    .earth-revolve {
        width: 380px;
        height: 380px;
    }


    .sitemap-content-inner {
        display: block;
    }

    .root-node-sitemap {
        display: block;
        width: 100%;
    }

    .root-node-sitemap::after {
        content: '';
        position: absolute;
        left: 0px;
        top: 25px;
        width: 1px;
        height: 20px;
        background-color: var(--strokes);
    }

    .tree-wrapper {
        margin-left: 0;
        margin-top: 24px;
        width: 100%;
    }

    .trustpilot-widget.full-left {
        max-width: 480px;
        margin-left: -150px;
        overflow: hidden;
    }

    .header-blank {
        height: 80px;
    }

    .hero-mt-header {
        margin-top: 80px;
    }



    .side-bar-search {
        .eco_header {
            .eco_badge {
                width: 70px;
            }

            svg {
                width: 30px;
                height: 30px;
            }
        }
    }

    .related-blog .related_posts_cards_container {
        grid-template-columns: repeat(2, 1fr);
    }

    .name-check-sec {
        padding-top: 8rem;
    }

    .name-check-steps {
        overflow-x: scroll;
        width: 100%;
        gap: 10px;
    }

    .name-check-steps .steps-item {
        min-width: 165px;
    }

    .name-check-result-inner {
        .name-check-answer {
            width: 60%;
        }

        .name-check-summary {
            width: 35%;
        }
    }

    .tree-planted-content {
        h2 {
            font-size: 2.5rem;
            line-height: 125%;
        }
    }

    .ecologi-section-content {
        width: calc(100% - 400px);
    }

    .ecologi-section-content p {
        font-size: 20px;
    }

    .ecologi-section-inner::after {
        width: 70px;
    }

    .pricinglist-item {
        .tick-icon:hover .tick-icon-content {
            left: 30px;
            right: unset;
        }
    }

    .partner-offerlist-sec {
        .learning-hub-ft-inner {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .testimonial-pg-list,
    .services-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .ycf-logo-comp {
        width: 200px;
        height: 90px;
    }

    .ycf-comp-rating-list {
        flex-wrap: wrap;
    }


    .ycf-vs-company-ls-inner {
        gap: 3%;
        row-gap: 20px;
        justify-content: center;
    }

    .ycf-vs-company-ls-item {
        width: 31%;
    }

    .ycf-vs-company-compare-table {

        table,
        td,
        th {
            font-size: 14px;
        }
    }

    .ycf-vs-company-compare-table th:first-child,
    .ycf-vs-company-compare-table td:first-child {
        min-width: 350px;
    }

    .ycf-vs-company-compare-table th:not(:first-child),
    .ycf-vs-company-compare-table td:not(:first-child) {
        text-align: center;
        width: 20%;
        min-width: 170px;
    }
}

@media (max-width: 992px) {

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

    h2,
    .h2 {
        font-size: 2.18rem;
    }

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

    .sec_h1 h1 {
        font-size: 1.25rem;
    }

    .sec_h2 h2 {
        font-size: 2.5rem;
    }

    .header_main_wrapper {
        .header_main_rht {
            .only_link {
                font-size: 0;
            }
        }
    }

    header .header_notify_wrapper p {
        font-size: 12px;
    }

    .link_text_icon {
        font-size: 12px;
    }

    .features_container {
        .features_lists_wrapper {
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

            .features_list:nth-child(3n) {
                padding-right: 1.5rem;
                border-right: 1px solid rgba(255, 255, 255, 0.37);
            }

            .features_list:nth-child(2n) {
                padding-right: 0;
                border-right: 0;
            }
        }
    }

    .sets-us-apart-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .checklist_cards_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-sec-btm-content {
        max-width: 550px;
    }

    .checklist_cards_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .mb-100 {
        margin-bottom: 5rem;
    }

    .pb-100 {
        padding-bottom: 5rem;
    }

    .ptb-100 {
        padding-block: 5rem;
    }

    .ptb-8 {
        padding-block: 4rem;
    }

    .uk-most-trusted-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .reg-limited-lft {
        .reg-limited-top {
            .total-planted {
                font-size: 4.5rem;
            }
        }
    }

    .accordion-item h2,
    .accordion-item h2 button,
    .accordion-header h2 {
        font-size: 1.25rem;
    }

    .Step_item_bg {
        display: flex;
        gap: 20px;
        row-gap: 4px;
        flex-wrap: wrap;
    }

    .Step_item_top {
        gap: 20px;
    }

    .Step_item_icon {
        width: 68px;
        min-width: 68px;
        height: 68px;
    }

    .Step_item_content {
        width: calc(100% - 88px);
    }

    .trustpilot-reviews-inner {
        .trustpilot-reviews-item {
            width: 90%;
        }
    }

    .about-us-inner {
        gap: 10%;
    }

    .about-us-content,
    .about-us-review {
        width: 45%;
    }

    .contact-list.contact-pg {
        max-width: 100%;

        .contact-item {
            width: 100%;
        }
    }

    .login-inner {
        column-gap: 8%;
    }

    .login-inner-content {
        width: 52%;
    }

    .login-inner-form {
        width: 40%;
    }

    .additional-serv-inner {
        display: grid;
        grid-template-columns: 2.4fr 1fr;
        gap: 40px;
    }


    .adts-serv-content {
        width: 100%;
        padding-right: 0px;
    }

    .adts-serv-price {
        width: 100%;
    }

    .adts-serv-pts-price {
        padding: 20px;
        margin-left: 0;
    }

    .adts-serv-wrap {
        h2 {
            margin: 0;
            font-size: 56px !important;
        }
    }


    .contact-list-btns {
        flex-direction: column;
        gap: 30px;
    }

    .compare-wrap-icon svg {
        width: 60px;
        height: 60px;
    }

    .name-check-steps .steps-item:not(:first-child) {
        padding-left: 0;
    }

    .payment-section {

        .efCardDetailsField,
        .efPaymentGatewayField {
            width: 100%;
        }

        .efExistingCustomer h1 {
            margin-top: 0;
            font-size: 2.18rem;
            font-weight: 600;
            line-height: 125%;
        }
    }

    .company_search_form_home .company_search_submit {
        background-position: 19px center;
    }

    .trustpilot_reviews_count_wrap {
        max-width: 380px;
        margin-left: -8px;
    }

    .ac-reg-cta-inner {
        padding: 30px;

        img {
            max-width: 220px;
            margin-bottom: 30px;
        }
    }

    .glossary-item ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonial-pg-list {
        .video-title {
            font-size: 20px;
        }
    }

    .com-reg--article-list.grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .low-info-inner {
        padding: 2.5rem;
        background-size: min(45%, 380px) auto;
    }

    .ycf-testimonials-fm-item {
        width: 48%;
    }
}

@media (max-width: 840px) {
    .bank_cards_wrap {
        .bank_card:nth-child(5n) .bank_card_back {
            left: 74%;
        }

        .bank_card:nth-child(4n) .bank_card_back {
            left: 74%;
        }

        .bank_card:nth-child(3n) .bank_card_back {
            left: 24%;
        }
    }

    .footer_top {
        .footer_logo_badge_wrapper {
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        }
    }
}


@media (max-width: 768px) {

    h1,
    .h1,
    .h1sm {
        font-size: 2rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    .p-lg {
        font-size: 18px;
    }

    .sec_h2 h2 {
        font-size: 2rem;
    }

    #notifyCloseBtn {
        right: 15px;
    }

    .link_text_icon img,
    .close_btn img {
        width: 24px;
    }

    .notify_content {
        text-align: center;
    }

    .custom-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    header .header_notify_wrapper {
        padding-inline: 40px;
        gap: 0;
        flex-direction: column;
    }

    .packages_container {
        margin-top: 40px;
        margin-bottom: 2px;
        grid-template-columns: repeat(2, 1fr);
    }

    .packages_container .package_card {

        .qsn-img.tooltip:hover span,
        .qsn-img.tooltip:hover .span,
        .qsn-img.tooltip-active span {
            right: 50px;
        }
    }

    .two_column {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .sec_heading_wrapper {

        .sec_heading,
        .sec_content {
            max-width: 100%;
            width: 100%;
        }
    }

    .trustpilot_reviews_count {
        flex-wrap: wrap;

        .trustplot-icon {
            order: -1;
        }

        span {
            order: 3;
        }
    }

    .hero-section {
        padding-top: 0rem;
        background: none;
    }

    .hero-section-top {
        padding-top: 6rem;
        background: url('https://assets.yourcompanyformations.co.uk/background-image/mobile_BG_Image.png') center center / cover no-repeat;
        padding-bottom: 1.5rem;
    }

    .header-logo {
        max-width: 110px;
        height: 40px;
    }

    .hero-section-wrap {
        display: grid;
        grid-template-rows: auto 1fr;
        height: 100%;
    }

    .hero-section-header,
    .hero-section-list,
    .hero-section-srch {
        max-width: 100%;
    }

    .hero-section-list {
        order: 4;
    }

    .hero-section-btm {
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 12rem;
    }

    .hero-planted-wrap p {
        font-size: 12px;
    }

    .hero-section-icon {
        width: 100%;
    }

    .company_search_form .company_search_input {
        padding: 1rem 1rem;
    }

    .company_search_form .company_search_submit {
        width: 38px;
        height: 38px;
    }

    .company_search_form_home .company_search_submit {
        width: 60px;
        min-height: 100%;
        padding: 1.4rem 1rem;
        font-size: 0;
        line-height: 20px;
        background-size: 25px;
        background-position: center;
    }

    .company_search_submit_wrap svg{
          width: 25px;
          height: 25px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
   }

    .company_search_form_home .company_search_input {
        width: 100%;
        padding: 0 0.875rem;
    }

    .hero-section-badge-mob {
        display: flex;
        gap: 25px;
        align-items: center;
        margin-bottom: 20px;

        .hr-ic-img {
            padding-right: 20px;
            border-right: 1px solid #e2e2e26e;
        }

        p {
            margin: 0;
        }
    }

    .win_posts_card .read-more-btn{
        font-size: 0.875rem;
    }

    .banking_partner_wrapper {
        .banking_logo_wrapper {
            flex-wrap: wrap;
            gap: 2%;
            row-gap: 8px;
            margin-block: 20px;
        }

        .banking_logo {
            width: 23%;
        }
    }

    .content_card_container {
        .grey_text {
            min-height: auto;
            margin-bottom: 20px;
        }
    }


    .features_container {
        margin-top: 0;
        padding-top: 0;

        .features_lists_wrapper {
            grid-template-columns: 1fr;
            gap: 0.6rem;
        }

        .features_list {
            border-right: 0px;
            padding-right: 0;
            padding-bottom: 0.6rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.37);
        }

        .features_lists_wrapper {
            .features_list:nth-child(3n) {
                padding-right: 0;
                border-right: 0px;
            }

            .features_list:last-child {
                padding-bottom: 0;
                border-bottom: 0;
            }
        }
    }

    .accordion-item h2,
    .accordion-item h2 button,
    .accordion-header h2,
    .accordion-header h3 {
        font-size: 1.125rem;
    }

    .show-mobile {
        display: block;
    }

    .btn-sm-center {
        margin-top: 20px;
        text-align: center;
    }

    .hide-mobile,
    .hide-mob {
        display: none !important;
    }

    .mb-6 {
        margin-bottom: 2.5rem;
    }

    .packages_bottom_part {
        text-align: left;
        margin-top: 20px;

        p {
            margin-bottom: 20px;
        }
    }

    .Steps_container {
        .logo_part {
            display: none;
        }
    }

    .Steps_part {
        width: 100%;
    }

    .checklist_cards_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .ready-to-register-lft,
    .ready-to-register-rgt {
        width: 100%;
    }

    .not-in-uk-inner {
        gap: 30px;
    }

    .earth-revolve {
        margin: auto;
    }

    .not-in-uk-lft,
    .not-in-uk-rgt,
    .accounts-solicitors-content,
    .accounts-solicitors-img {
        width: 100%;
    }

    .accounts-solicitors-inner {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .not-in-uk-lft img,
    .accounts-solicitors-img img,
    .might-be-closer-rht .show-mobile img {
        width: 100%;
        border-radius: 16px;
    }

    .might-be-closer-rht .show-mobile img {
        margin-bottom: 30px;
    }

    .uk-most-trusted-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .reg-limited-comp {
        border-radius: 50px 0;
    }

    .reg-limited-inner {
        row-gap: 120px;
    }

    .accounts-solicitors-content,
    .accounts-solicitors-img,
    .reg-limited-lft,
    .reg-limited-rgt {
        width: 100%;
    }

    .journey-step:not(:last-child)::after {
        content: none;
    }

    .journey-step:nth-child(1) {
        margin-left: 0rem;
    }

    .journey-step:nth-child(2) {
        margin-left: 0rem;
    }

    .journey-step:nth-child(3) {
        margin-left: 0rem;
    }

    .journey-step:nth-child(4) {
        margin-left: 0rem;
    }

    .journey-step:nth-child(4) {
        margin-left: 0rem;
    }


    .step-number {
        position: static;
        margin-bottom: 20px;
    }

    .journey-step {
        padding-left: 0;
    }

    .journey-step:not(:last-child) {
        padding-bottom: 1.75rem;
    }

    .sets-us-apart-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .winning_provider_inner_container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .might-be-closer-sec {
        min-height: auto;
    }

    .might-be-closer-rht {
        width: 100%;
        padding: 0;
    }

    .not-in-uk::before,
    .accounts-solicitors-sec::after,
    .might-be-closer-sec::after {
        content: none;
    }

    .review_sec_nw {
        background: linear-gradient(90deg, #d8eff4 47%, #f0f9fa00 100%);
    }

    .review-slider-nw {
        margin-bottom: 0;
    }

    .review_sec_nw {
        margin-bottom: 5rem;
    }

    .partner_logo {
        width: 150px;
        padding: 0.3rem;
        height: max-content;
    }

    .partner_logos_containers::before,
    .partner_logos_containers::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100px;
    }

    .partner_offers_sec .mtb-3 {
        margin-bottom: 1rem;
    }

    .blogs_sec .sec_heading {
        width: 100%;
    }

    .blog_posts_cards_sec {
        padding-bottom: 100px;
    }

    .slider-controls {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset !important;
        right: unset !important;
        z-index: 9;
        width: 100%;
        justify-content: space-between;
    }

    .mobile-slider-wrapper,
    .mobile-slider-peek-wrapper {
        position: relative;
        overflow: hidden;
    }

    .mobile-slider-wrapper .mobile-slider-inner,
    .mobile-slider-peek-wrapper .mobile-slider-inner {
        display: flex;
        will-change: transform;
        width: fit-content;
        gap: inherit;
    }

    .slider-controls.show-mobile {
        position: relative;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 40px;
    }

    .slider-controls.white-bg {

        .slider-nav.prev,
        .slider-nav.next {
            background-color: var(--white);
        }
    }

    .starting-comp-sec {
        border-radius: 50px 0 50px 0;
        background: url('https://assets.yourcompanyformations.co.uk/background-image/starting-comp-bg-mob.png') center bottom / cover no-repeat;

        .starting-comp-content.mb-100 {
            padding-bottom: 15rem;
        }
    }

    .faq-reg-sec-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sets-us-apart-sec {
        border-radius: 50px 0px;
    }

    .feature-item {

        .feature-title,
        .feature-description {
            width: 100%;
            margin: 0;
        }
    }

    .hero-section-icon .eco_header {
        width: 85%;
        justify-content: space-between;
        max-width: 200px;
    }

    .company_search_sec {
        border-radius: 50px 0px 0 0;
        background: #114151;
    }

    .package_card.popuplar-pack::before {
        content: "Most popular";
        position: absolute;
        left: -2px;
        top: -40px;
        padding: 10px 15px;
        text-align: center;
        display: inline-block;
        width: calc(100% + 4px);
        height: 40px;
        line-height: 110%;
        font-size: 14px;
    }

    .Steps_container {
        margin-top: 2rem;
    }

    .companyChecklistSec {
        border-radius: 50px 0;
        background: url(../img/checklist-bg.png) center center / cover no-repeat;
    }

    .ready-to-register-rgt .mb-6 {
        margin-bottom: 0rem;
    }

    .Step_item_bg {
        position: relative;
        row-gap: 12px;
        justify-content: flex-start;
    }

    .Step_item_content {
        width: 100%;
    }

    .review_sec_nw_inner {

        .reviews-rating-item.trustpilot,
        .reviews-rating-item {
            width: 100%;
        }

        .review-img-lg img {
            width: 140px;
        }
    }

    .trustpilot-rating-item .trustpilot-widget {
        max-width: 200px;
        height: 90px;
    }

    .uk-most-trusted-item {
        padding: 30px;
    }

    .why-choose-us-container {
        .header-content {
            display: flex;
            flex-direction: column-reverse;
            flex-wrap: wrap;
        }
    }

    .accounts-solicitors-sec {
        padding-top: 20px;
    }

    .package-features-sec::before {
        content: none;
    }

    .package-features-img,
    .package-features-content {
        width: 100%;
    }

    .help-built-forest-content,
    .why-choose-comp-list {
        width: 100%;
    }

    .bank-card-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 30px;
    }

    .bank-card-item.many-more img {
        margin-top: -25px;
    }

    .package-hero-list,
    .package-details-blank {
        width: 100%;
    }

    .package-list-wrap {
        padding: 30px 20px;
    }

    .package-list-header {
        .package-plan {
            width: 48%;
        }

        .package-plan h2 {
            max-width: 80px;
        }

        .package-amount {
            width: 48%;

            .pricing-amount {
                font-size: 1.5rem;
                line-height: 150%;
            }
        }
    }

    .package-hero-section {
        padding: 6rem 0 3.25rem;
    }


    .pb-80 {
        padding-bottom: 3.75rem;
    }

    .inner-hero-sec {
        padding: 6rem 0 3.25rem;
    }

    .package-details-blank {
        display: none;
    }

    .pack-content-info-inner {
        grid-template-columns: 1fr;
    }

    .pack-content-info-rght {
        text-align: left;
    }

    .pack-content-info-rght {
        .pricing-amount {
            font-size: 2.25rem;
        }
    }

    .pack-content-info-lft {
        h4 {
            font-size: 1.5rem;
        }
    }

    .why-choose-comp-list {
        .why-choose-icon {
            width: 48px;
        }

        .why-choose {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 32px;
        }

        .why-choose-con {
            width: 100%;
        }

        h3 {
            font-size: 1.125rem;
        }

        p {
            font-size: 14px;
        }
    }

    .help-built-forest-sec {
        border-radius: 50px 0 50px 0;
        background: url('https://assets.yourcompanyformations.co.uk/background-image/help-built-mob-bg.png') center center / cover no-repeat;

        .hero-section-icon {
            max-width: 230px;
        }

        .help-built-forest-content {
            padding-bottom: 20rem;
        }
    }

    .package-mob-list {
        .package-list-wrap {
            padding: 0;
        }
    }

    .footer-top-sec {
        border-radius: 50px 0 0 0;
    }

    .progress-steps {
        .progress-bar-value {
            height: 100%;
            width: 35% !important;
        }
    }

    .comp-key-features-list {
        padding: 0;
        border: 0;
        border-radius: 0;
        grid-template-columns: 1fr;

        .darkOrangeBtn {
            width: 100%;
        }
    }

    .comp-key-features-item {
        min-height: auto;
    }

    .package-mob-list {
        .buynowBtn {
            margin-bottom: 0rem;
        }
    }

    .trust-payment-wrap {
        p {
            font-size: 12px;
        }
    }

    .ltd-step-sec {
        .journey-step {
            display: flex;
            gap: 20px;
            min-height: auto;
        }

        .journey-timeline {
            padding-bottom: 3rem;
        }

        .txt-width-80 {
            padding-top: 1rem;
        }

        .sec_subtitle {
            display: none;
        }
    }

    .txt-width-80,
    .txt-width-70,
    .txt-width-45 {
        width: 100%;
    }

    .darkOrangeBtn {
        width: 100%;
    }

    .company_search_form .company_search_input::placeholder {
        font-size: 0.75rem;
    }

    .ltd-credibility .sets-us-apart-item {
        padding: 24px;
    }

    .ltdsolution-sec {
        .pricing-amount {
            font-size: 56px;
        }
    }

    .ltdsolution-features {
        padding: 18px 18px 30px 18px;
        border-radius: 16px;

        .darkOrangeBtn {
            width: 100%;
        }
    }

    .ltdsolution-features-list {
        grid-template-columns: 1fr;
        gap: 0;

        .ltdsolution-features-rgt ul {
            margin-top: 0px;
        }
    }

    .ready-to-start-inner {
        border-radius: 16px;
        padding: 2rem 1rem;
        background-position: top left;
    }

    .check-availability-form {
        .company_search_submit {
            font-size: 0;
            background-position: 50% 50%;
        }
    }

    .hide-icon .why-choose-icon {
        display: none;
    }

    .unmatched-charity-sec {
        border-radius: 50px 0 50px 0;
        background-position: top left;
    }

    .have-a-qsn-inner {
        border-radius: 16px;
        padding: 1rem;

        .show-mobile img {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    .contact-list-icon {
        width: 44px;
        height: 44px;
        padding: 9px;
        border-radius: 16px;
    }

    .contact-list-item {
        .sm {
            word-break: break-all;
            font-size: 12px;
        }
    }

    .have-a-qsn-inner::after {
        content: unset;
    }

    .contact-list-btns {
        margin-top: 40px;
        gap: 20px;
        margin-bottom: 20px;
    }

    .tackle-climate-sec {
        border-radius: 50px 0 0px 0;
    }

    .tackle-climate-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;

        .hero-section-icon {
            max-width: 220px;
        }
    }

    .tackle-climate-rght {
        .whitebg_btn {
            margin: 30px 0 120px 0;
        }
    }

    .ltd-hero-content {
        min-height: calc(100vh - 9.25rem);
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
    }

    .additional-serv-inner {
        grid-template-columns: 1fr;
        row-gap: 60px;
    }

    .additional-serv-content {
        h2 {
            font-size: 1.5rem;
            line-height: 125%;
        }

        h3 {
            font-size: 1.25rem;
            line-height: 125%;
        }

        h4 {
            font-size: 1.125rem;
            line-height: 125%;
        }

        h5 {
            font-size: 1rem;
            line-height: 125%;
        }

        h6 {
            font-size: 0.825rem;
            line-height: 125%;
        }
    }

    .additional-serv-sidebar {
        grid-column: 1;
    }

    .popular-serv-inner {
        grid-template-columns: 1fr;
    }

    .additional-ser-hero-section {
        background: url(../img/garanted-mobile-bg.png) center center / cover no-repeat;

        .package-hero-inner {
            min-height: calc(100vh - 9.25rem);
            flex-wrap: nowrap;
            flex-direction: column;
            justify-content: space-between;
        }

        .package-list-header {
            .package-plan h2 {
                max-width: 200px;
            }
        }
    }

    .popular-serv-inner {
        margin-top: 20px;
    }

    .trustpilot-reviews-col {
        padding-right: 0;
    }

    .trustpilot-reviews-inner {
        .trustpilot-reviews-item {
            width: 100%;
        }
    }

    .col-60,
    .col-40 {
        width: 100%;
    }

    .banking-in {
        flex-direction: column-reverse;
    }

    .ready-to-start-sec.remove-search {
        .txt-width-70 {
            header {
                max-width: unset;
            }
        }
    }

    .dormat-comp-inner {
        .darkOrangeBtn {
            margin-bottom: 2rem;
        }
    }

    .dormat-comp-inner,
    .inner-hero-wrap {
        height: calc(100vh - 9.25rem);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .dormat-company-setup .text-center {
        text-align: left;
    }

    .company-setup-item:nth-child(1) {
        margin-left: 0rem;
    }

    .company-setup-item:nth-child(2) {
        margin-left: 0rem;
    }

    .company-setup-item:nth-child(3) {
        margin-left: 0rem;
    }

    .company-setup-item:nth-child(4) {
        margin-left: 0rem;
    }

    .company-setup-item:not(:last-child)::after {
        content: unset;
        width: calc(0);
    }

    .company-setup-item {
        max-width: unset;
        align-items: flex-start;
    }

    .company-setup-item:not(:last-child) {
        margin-bottom: 2rem;
    }

    .img-txt-section {
        header {
            width: 100%;
        }

        .img-txt-inner {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            margin-top: 40px;
        }

    }

    .company-setup-icon {
        width: 64px;
        min-width: 64px;
        height: 64px;
    }

    .company-setup-btm {
        p {
            max-width: 100%;
            text-align: center;
        }
    }

    .track-vat-list {
        justify-items: start;
        grid-template-columns: 1fr;
    }

    .track-vat-item {
        .track-vat-no::before {
            content: unset;
        }

        .track-vat-no::after {
            content: unset;
        }
    }

    .right-img-content,
    .left-img-content,
    .right-img-blank,
    .left-img-blank {
        width: 100%;
    }

    .track-vat-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        text-align: left;
    }

    .right-img-sec::after,
    .left-img-sec::before {
        content: unset;
    }

    .right-img-inner {
        flex-direction: column-reverse;
    }

    .vat-reg-account {
        .darkOrangeBtn {
            margin-top: 5rem;
        }
    }

    .right-img-inner,
    .left-img-inner {
        min-height: auto;
    }

    .left-img-blank,
    .right-img-blank {
        img {
            border-radius: 16px;
        }
    }

    .learning-hub-ft-inner,
    .learning-list-in-div {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .learning-list-col-txt {
        width: 100%;
    }

    .learning-list-col-img-inner {
        display: none;
    }

    .learning-hub-ft-txt {
        min-height: auto;
    }

    .learning-list-ul {
        margin: 0;
    }

    .help-center-sec .text-center {
        text-align: left;
    }

    #show-more-btn {
        display: block;
    }

    .about-us-inner {
        flex-wrap: wrap;
        gap: 10%;
        row-gap: 40px;
    }

    .about-us-content,
    .about-us-review {
        width: 100%;
    }

    .about-us-review-inner {
        margin-left: 0;
    }

    .img-txt-section {
        .img-txt-inner.top {
            align-items: flex-start;
            margin-top: 60px;
        }
    }

    .mob-rev .img-txt-col:nth-child(1) {
        order: 1;
    }

    .form-block-contactpg .w-layout-grid.form-grid-halves {
        grid-template-columns: 1fr;
    }

    .contact-us-banner {
        padding-bottom: 6rem;
    }

    .contact-deatils-sec header,
    .contact-deatils-lft,
    .contact-deatils-rgt {
        width: 100%;
    }

    .form-block-contactpg {
        #efContactUsSubmit {
            margin-top: 0;
            padding: 0;
        }

        .efButton {
            width: 100%;
        }
    }

    .boxed-choose-pack {
        width: 100%;
    }

    .reverse-mob {
        display: flex;
        flex-direction: column-reverse;
    }

    .right-to-manage-section {
        background: url(../img/LTD-Guarantee-Right-to-Manage-mob.png) center center / cover no-repeat;
    }

    .setup-comp-inner {
        grid-template-columns: 1fr;
    }

    .package-hero-top.mb-100 {
        margin-bottom: 0;
    }

    .login-inner-content,
    .login-inner-form {
        width: 100%;
    }

    .efloginbox {
        padding: 20px;
    }

    .login-inner {
        padding: 0;
    }

    .login-box {
        #efLoginBoxHeader {
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
        }
    }

    .registration-form-inner {
        padding: 25px 20px;
    }

    .registration-form-inner .efRegisterUser tr,
    .registration-form-inner .efRegisterUserAddress tr {
        width: 100% !important;
        padding: 0px !important;
    }

    .efRegisterUserAddressWrapper.efPanel.ui-widget-content.ui-corner-top {
        padding: 20px 0;
        margin: 20px 0;
    }

    .register-banner-inner {
        padding: 0;
    }

    .inner-404 {
        padding: 0;
        min-height: calc(100vh - 9.25rem);
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        h1 {
            font-size: 50px;
            line-height: 125%;
        }
    }

    .how-program-work-list {
        grid-template-columns: 1fr;
    }

    .mobile-p-sm {
        p {
            font-size: 14px;
            line-height: 20px;
        }
    }

    .affiliate-program-inner {
        .darkOrangeBtn.mb-100 {
            margin-bottom: 0;
        }
    }

    .mpb-4 {
        padding-bottom: 40px;
    }

    .articles-list-item {
        flex-wrap: wrap;
        gap: 20px;
    }

    .com-reg-banner {
        background: url(../img/comp-mob-bg.png) center center / cover no-repeat;
    }

    .articles-list-img,
    .articles-list-txt {
        width: 100%;
    }

    .articles-list-txt {
        padding: 0;

        h2,
        .article-heading {
            font-size: 20px;
        }
    }

    .articles-list-txt {
        h2 {
            font-size: 20px;
            line-height: 125%;
        }
    }

    .com-reg-top {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .com-reg-rate {
        margin-bottom: 0;
    }

    .header-blank {
        height: 64px;
    }

    .hero-mt-header {
        margin-top: 64px;
    }

    .post-breadcrumb-section {
        padding: 1.25rem 0;
        margin-bottom: 3rem;
    }

    .post-details-section {
        .post-details-author {
            width: 100%;
        }
    }

    .post-details-section {
        h1 {
            font-size: 24px;
            line-height: 125%;
        }
    }

    .post-details-content,
    .post-details-content-full {
        h2 {
            font-size: 22px;
            line-height: 30px;
            margin: 40px 0 20px
        }
    }

    .post-details-content .ycf-cta-block {
        margin: 1.25rem 0;
        max-width: 100%;
        position: static;
        width: 100%;
    }

    .post-details-last-update {
        gap: 25px;
        margin-bottom: 20px;
        row-gap: 10px;

        .last-update::after {
            right: -15px;
        }
    }

    .post-details-section {
        .post-details-author-list {
            margin-bottom: 30px;
        }
    }

    .post-breadcrumb ul li {
        font-size: 12px;
        line-height: 16px;
    }

    .related-blog .blog_posts_cards_sec {
        padding-bottom: 0px;
    }

    .compare-hero-section {
        padding-bottom: 0;

        .mb-100 {
            margin-bottom: 1.6rem;
        }
    }

    .compare-hero-inner {
        flex-wrap: wrap;
    }

    .compare-hero-left,
    .compare-hero-right {
        width: 100%;
    }

    .compare-hero-btm-con {
        margin: 0;
    }

    .compare-formation {
        .package-features-inner {
            min-height: auto;
        }
    }

    .ready-item {
        padding: 20px;

        p {
            width: 100%;
        }
    }

    .name-check-result-inner {
        .name-check-answer {
            width: 100%;
        }

        .name-check-summary {
            width: 100%;
        }
    }

    .payment-section {
        .efExistingCustomer h1 {
            margin-top: 0;
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 125%;
        }
    }

    .video-popup-sliderSec {
        header {
            position: relative;
            width: 100%;
        }
    }

    .video-thumbnail-wrapper {
        height: 190px;
    }

    .video-content {
        .video-title {
            margin-bottom: 40px;
        }
    }


    .slider-2items-inner {
        margin-bottom: 80px;
    }

    .svg-icon-list {
        li {
            font-size: 14px;
        }
    }


    .tree-planted-content {
        h2 {
            font-size: 1.5rem;
            line-height: 125%;
        }

        p {
            font-size: 1rem;
        }
    }

    .tree-planted-wrap-btm {
        p {
            font-size: 14px;
            margin: 0;
        }

        flex-wrap: wrap;
        gap: 10px;
    }

    .namecheck-box-pack {
        h1 {
            font-size: 30px;
        }
    }

    .namecheck-box-pack {
        padding-right: 0;
    }

    .namecheckpg-banner-inner {
        row-gap: 30px;
    }

    .namecheck-amount {
        .pricing-amount {
            font-size: 28px;
        }
    }

    .company_search_btm {
        .featured-list {
            flex-wrap: wrap;
        }
    }

    .eco-badge-logo {
        .eco-logo-lg {
            svg {
                width: 28px;
                height: 28px;
            }
        }
    }

    .post-details-content .col-20,
    .post-details-content .col-80 {
        width: 100%;
    }


    .guides-list-inner {
        grid-template-columns: 1fr;
    }

    .guides-list-item h2 {
        font-size: 20px;
    }

    .ecologi-section-content,
    .ecologi-section-wrap {
        width: 100%;
    }

    .ecologi-section-content p {
        font-size: 18px;
    }

    .ecologi-section-inner::after {
        display: none;
    }

    .faq-search-block {
        margin-bottom: 2rem;
    }

    .faq-main-inner {
        grid-template-columns: 1fr;
    }

    .faq-main-inner {
        .faq-title {
            font-size: 24px;
        }

        .accordion-item h2,
        .accordion-item h2 button,
        .accordion-header {
            h2 {
                font-size: 18px;
            }
        }
    }

    .sustainability-section {
        background: url(../img/sustainability-banner-mobile.png) center center / cover no-repeat;
    }

    .sustainability-hero-list {
        align-items: center;
        gap: 24px;
        margin-top: 40px;
    }

    .sustainability-hero-item {

        h3,
        h3 span {
            font-size: 24px;
            margin: 0;
        }

        p {
            font-size: 8px;
            line-height: 12px;
        }
    }

    .sus-text-img-list-wrapper {
        flex-wrap: wrap;
        row-gap: 30px;

        .sus-img-wrap,
        .sus-content-wrap {
            width: 100%;
        }

        .sus-img-wrap img {
            width: 100%;
            border-radius: 24px;
        }
    }

    .sustainability-funded-inner {
        padding: 3rem 1rem 3rem;
        background: url(../img/CTA-Background-mb.png) center center / cover no-repeat;

        h2 {
            width: 100%;
            margin: auto;
            font-size: 28px;
        }
    }

    .sustainability-ecologi-section {
        .Steps_container {
            margin-top: 0;
        }
    }

    .sustainability_posts_cards_container {
        margin-bottom: 80px;
    }

    .partner-offerlist-sec {
        .learning-hub-ft-inner {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .partner-offer-banner-wrap {
        row-gap: 30px;
    }

    .partner-offer-content,
    .partner-offer-img {
        width: 100%;
    }

    .partner-offerinner-banner {
        .partner-top-wrap {
            text-align: left;
        }
    }

    .feature_offer_card {
        margin-left: 0;
        margin-top: 30px;
    }

    .choose-comp-menu .comp-menu-li a {
        font-size: 14px;
    }

    .feature_offerSec_inner {
        padding: 40px 20px;
    }

    .feature_partnerLogo {
        max-width: 220px;
    }

    .col-45 {
        width: 100%;
    }

    .pr-6 {
        padding-right: 0px;
    }

    .partner-offer-details-sec {
        .d-flex {
            row-gap: 30px;
        }
    }

    .partner-ft_offer_card {
        margin-left: 0;
    }

    .glossary-pg-hero-inner {
        width: 100%;
    }

    .testimonial-pg-list {
        .video-thumbnail-wrapper {
            height: 170px;
        }
    }

    .side-bar-search {
        .side-head {

            h3,
            .head-txt {
                font-size: 20px
            }
        }
    }

    .services-list {
        .price {
            font-size: 30px;
        }

        h2 {
            font-size: 20px;
        }
    }

    .article-author-wrap {
        .author-info {
            gap: 1.4rem;
            flex-wrap: wrap;
        }

        img.avatar {
            height: 90px;
            min-width: 90px;
            width: 90px;
            margin: auto;
        }
    }

    .promo-hide-mob {
        display: none;
    }

    .promo-hide-dsk {
        display: block;
    }

    .com-reg--article-list.grid-3,
    .com-reg--article-list.grid-2 {
        grid-template-columns: repeat(1, 1fr);

        .articles-list-item {
            flex-direction: row;
        }

        .articles-list-txt {
            height: auto;
        }
    }

    .sitemap-content {
        .section-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        ul {
            padding-bottom: 0;
        }
    }

    .faq-section {

        .accordion-item h2,
        .accordion-item h2 button {
            font-size: 18px;
        }
    }

    .ycf-vs-companies-formation-section {
        padding: 6rem 0 0 0;
        .ycf-vs-companies-top{
            margin-top: 0px;
        }
    }

    .ycf-vs-companies-content,
    .ycf-comp-compare,
    .ready-start-trade-content,
    .ready-start-trade-img {
        width: 100%;
    }

    .ycf-vs-company-ls-item {
        width: 48%;
    }

    .ready-start-trade-inner {
        flex-wrap: wrap;
        gap: 30px;
    }

    .latest-service-pack {
        .package-list-header {
            .package-plan h2 {
                max-width: none;
            }
        }

        .package-hero-top {
            padding-top: 0px;
        }
    }


    .reg-office-head {
        header {
            width: 100%;
        }
    }

    .ready-keep-price-box .adts-serv-pts-price {
        span {
            font-size: 14px;
        }
    }

    .low-info-inner-content {
        width: 100%;
        padding-bottom: 15rem;
    }

    .low-info-inner {
        background-size: min(70%, 340px) auto;
    }

    .london-office.low-info-inner {
        background: url(https://assets.yourcompanyformations.co.uk/background-image/london-office-bg.png) bottom right no-repeat;
        background-color: #EDF7FB;
        background-size: min(70%, 310px) auto;
    }

    .ycf-testimonials-fm-item {
        width: 100%;
    }

    .accounts-solicitors-btm-logo {
        display: none;
    }
}


@media (max-width: 640px) {
    .header_main_wrapper {
        gap: 20px;
        flex-direction: column;

        .header_main_lht {
            gap: 1rem;
            width: 100%;
            justify-content: space-between;

            .humburger_menus_wrapper {
                order: 2;
            }
        }
    }

    .header_main_wrapper {
        .header_main_rht {
            width: 100%;
            justify-content: space-between;
            display: none;
        }
    }

    .sitemap-grid {
        grid-template-columns: 1fr;
    }

    .sitemap-grid {
        .sitemap-group {
            position: relative;
            padding-top: 30px;
            padding-left: 30px;
            border-top: 0;
            border-left: 1px solid var(--strokes);
        }

        .sitemap-group::after,
        .sitemap-group:nth-child(3n)::after,
        .sitemap-group:nth-child(2n)::after {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 34px;
            height: 1px;
            background-color: var(--strokes);
        }

        ul {
            padding-bottom: 20px;
        }

        .sitemap-group:last-child {
            border-left: 0;
        }
    }

    .sitemap-group::before {
        height: 25px;
        left: 30px;
    }


    .testimonial-pg-list,
    .services-list {
        grid-template-columns: 1fr;
    }


    .services-list.pack-pg {
        .services-item-content {
            margin-bottom: 20px;
        }
    }
}

@media (max-width: 625px) {
    .bank_cards_wrap {
        grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
        gap: 15px;

        .bank_card_back {
            width: 215%;
            left: 105%;
        }

        .bank_card:nth-child(5n) .bank_card_back {
            left: 105%;
        }

        .bank_card:nth-child(4n) .bank_card_back {
            left: -5%;
        }

        .bank_card:nth-child(3n) .bank_card_back {
            left: 105%;
        }

        .bank_card:nth-child(2n) .bank_card_back {
            left: -5%;
        }
    }
}

@media (max-width: 576px) {
    .nav-menu-wrap.open {
        .main_menus_container {
            .main_menus_list li a {
                font-size: 16px;
                color: var(--font-black);
            }
        }
    }

    .dropdown_menu_heading {
        font-size: 16px;
    }

    .packages_container {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .package_card.popuplar-pack {
        margin-top: 30px;
    }

    .lightBlueBtn,
    .whitebg_btn {
        display: inline-flex;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .package-comp-item {

        .qsn-img.tooltip span,
        .qsn-img.tooltip .span {
            max-width: 80%;
            padding: 14px 10px;
        }
    }

    .footer_top {
        .footer_menus_wrapper {
            gap: 1.5rem;
            display: grid;
            grid-template-columns: 1fr;
        }
    }

    .mob-btm {
        a {
            width: 100%;
            text-align: center;
        }
    }


    .hero-sec-btm-content {
        p {
            text-align: center;
        }
    }

    .hero-section-badge-mob {
        justify-content: center;
    }

    .footer_menus_wrapper .footer_menu:first-child {
        grid-column: 1;
    }

    .footer_top {
        .footer_logo_badge_wrapper {
            display: flex;
            gap: 10px;
            justify-content: space-between;

            .footer_logo_wrapper img {
                width: 100px;
            }
        }
    }

    .footer_badge_wrapper {
        gap: 0.6rem;

        .footer-info-badge,
        .footer-info-logo,
        .footer-info-logo svg {
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

        .footer-info-content {
            width: 230px;
        }
    }

    .copyright_wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .copyright-txt {
        text-align: center;
    }

    .blog_posts_card {
        .image_card_container {
            img {
                height: 180px;
            }
        }

        .content_card_container {

            h3 a,
            h3 {
                min-height: auto;
            }
        }
    }

    .win_posts_card {
        .image_card_container {
            img {
                height: 150px;
            }
        }
    }

    .ready-to-trade-content,
    .ready-to-trade-img {
        width: 100%;
    }

    .ready-to-trade-img img {
        width: 100%;
    }

    .sustainability-hero-list {
        gap: 10px;
    }

    .sustainability-hero-item {
        width: 100px;
        height: 100px;
        position: relative;

        .sustainability-herocontent {
            width: 65%;
        }
    }

    .sustainability-funded-inner {
        .sustainability-hero-list {
            margin-top: 30px;
        }
    }

    .partner-offerlist-sec {
        .learning-hub-ft-inner {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .learning-hub-ft-wrapper.partner-wrapper-inner {
        .learning-hub-ft-img {
            height: 190px;
        }
    }

    .glossary-item ul {
        grid-template-columns: 1fr;
    }

    .ycf-comp-rating-list-item,
    .ycf-vs-company-ls-item {
        width: 100%;
    }

    .ycf-comp-rating-list-item {
        border-right: 0;
    }

    .ycf-vs-company-compare-table th:first-child,
    .ycf-vs-company-compare-table td:first-child {
        min-width: 280px;
    }
}

@media (max-width: 481px) {
    .header_main_wrapper {
        .header_main_lht {
            .humburger_menus_wrapper {
                .main_menus_container {
                    width: 100%;
                }
            }
        }
    }

    .features_container {
        .features_lists_wrapper {

            .features_list,
            .features_list:nth-child(3n) {
                padding-right: 0;
                border-right: 0;
                border-right: 0;
            }
        }
    }

    .contact-text {
        word-break: break-all;
    }

    .pricinglist-item {
        .tick-icon:hover .tick-icon-content {
            width: 90%;
        }
    }
}

@media (max-width: 424px) {
    .header_main_wrapper {
        .header_main_rht {
            .only_link {
                display: none;
            }
        }
    }
}

@media (max-width: 380px) {
    .nav-menu-wrap.open {
        .main_menus_container {
            .main_menus_list li a {
                font-size: 14px;
            }
        }
    }

    .dropdown_menu_heading {
        font-size: 14px;
    }

    .header_main_wrapper {
        .header_main_rht {
            justify-content: center;
        }
    }

    .hero-section-icon .eco_header {
        width: 100%;
    }

    .might-be-closer-sec .lightBlueBtn {
        padding: 18px 10px;
    }

    .company_search_form .company_search_input::placeholder {
        font-size: 12px;
    }

    .trustpilot-widget.full-left {
        max-width: 480px;
        margin-left: -120px;
        overflow: hidden;
    }

    .package-comp-item {

        .qsn-img.tooltip span,
        .qsn-img.tooltip .span {
            width: 75%;
        }
    }

    .footer_badge_wrapper {
        gap: 0.3rem;
        flex-wrap: wrap;
    }


    .sustainability-hero-item {
        width: 80px;
        height: 80px;

        h3,
        h3 span {
            font-size: 20px;
        }
    }
}

/**Compare page tab*/
@media (max-width: 1320px) {
    .cc-comp-header {
        min-height: 360px;
    }

    li.cc-comp-item {
        min-height: 95px;
    }
}

@media (min-width: 1200px) {
    .cc-comp-col:nth-child(1) {
        width: 18%;
    }
}

@media (max-width: 1199px) {
    .cc-comp-inner {
        flex-wrap: wrap;
        row-gap: 60px;
    }

    .cc-comp-col:nth-child(3n) {
        border-right: 1px solid var(--strokes);
        border-radius: 0 16px 16px 0;
    }

    .cc-comp-col:nth-child(4n) {
        border-radius: 16px 0 0 16px;
    }

    .cc-comp-col:last-child {
        border-radius: 16px;
    }

    .cc-comp-inner .cc-comp-col {
        width: 32%;
    }

    .Guarantee .cc-comp-lmt-col .cc-comp-header {
        min-height: 420px;
    }

    .cc-comp-lmt-col .cc-comp-header {
        min-height: 425px;
    }

    .cc-comp-lmt-col.rtm .cc-comp-header {
        min-height: 346px;
    }

    .plc .cc-comp-lmt-col .cc-comp-header {
        min-height: 580px;
    }

    .lpp .cc-comp-lmt-col.rtm .cc-comp-header {
        min-height: 365px;
    }
}

@media (max-width: 1025px) {
    .choose-comp-tab {
        gap: 0;
    }

    .Guarantee .cc-comp-lmt-col .cc-comp-header {
        min-height: 425px;
    }

    .cc-comp-lmt-col .cc-comp-header {
        min-height: 425px;
    }

    .cc-comp-lmt-col.rtm .cc-comp-header {
        min-height: 342px;
    }

    .plc .cc-comp-lmt-col .cc-comp-header {
        min-height: 580px;
    }

    .comp-pack-content,
    .comp-pack-img {
        width: 100%;
    }


}

@media (max-width: 992px) {
    .Guarantee .cc-comp-lmt-col .cc-comp-header {
        min-height: 535px;
    }

    .cc-comp-lmt-col .cc-comp-header {
        min-height: 565px;
    }

    .Charity .cc-comp-lmt-col.pmcc .cc-comp-header {
        min-height: 482px;
    }

    .cc-comp-lmt-col.rtm .cc-comp-header {
        min-height: 395px;
    }

    .lpp .cc-comp-lmt-col.rtm .cc-comp-header {
        min-height: 490px;
    }

    .plc .cc-comp-lmt-col .cc-comp-header {
        min-height: 720px;
    }
}

@media (max-width: 768px) {


    .cc-inc-head {
        display: none;
    }

    .cc-comp-col,
    .cc-comp-lmt-col:not(:first-child) {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        position: relative;
        width: 100% !important;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 2px 5px rgb(0 0 0 / .14);
        padding: 20px 10px;
    }

    .cc-comp-col:nth-child(3n),
    .cc-comp-col:nth-child(4n) {
        border-radius: 16px;
    }


    .cc-comp-inner {
        gap: 30px;
    }

    .cc-comp-col .cc-comp-content:nth-child(2),
    .cc-comp-lmt-col .cc-comp-content:nth-child(2) {
        display: none;
        width: 80%;
    }

    .cc-comp-col .cc-comp-content:nth-child(3),
    .cc-comp-lmt-col .cc-comp-content:nth-child(3) {
        display: none;
        width: 20%;
    }

    .cc-comp-col .cc-comp-content:nth-child(3),
    .cc-comp-lmt-col .cc-comp-content:nth-child(3) {
        display: none;
        width: 20%;
        margin-left: -1px;
    }

    .cc-comp-col .cc-comp-content.show,
    .cc-comp-lmt-col .cc-comp-content.show {
        display: block;
    }

    .cc-comp-lmt-inner {
        flex-wrap: wrap;
        gap: 30px;
    }

    .cc-comp-lmt-col:nth-child(1) {
        width: 100%;
    }

    .cc-comp-lmt-col.pmcc,
    .cc-comp-lmt-col.rtm {
        width: 100%;
    }

    .show-mob-btn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .cc-comp-header {
        min-height: auto;
        width: 100%;
    }

    .cc-comp-lmt-col {
        border-right: 0;
    }

    .Property .cc-comp-lmt-col.pmc .cc-comp-header,
    .Guarantee .cc-comp-lmt-col .cc-comp-header,
    .Charity .cc-comp-lmt-col.pmcc .cc-comp-header,
    .lpp .cc-comp-lmt-col.rtm .cc-comp-header,
    .cc-comp-lmt-col.rtm .cc-comp-header,
    .plc .cc-comp-lmt-col .cc-comp-header {
        min-height: auto;
        padding: 0;
    }

    .choose-comp-tab {
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        padding: 8px;
    }

    .tab-button {
        width: 100%;
    }

    .choose-tab-content-inner {
        h2 {
            text-align: center;
            margin: 0;
        }

        .mt-6 {
            margin-top: 30px;
        }

        .secondary-btn {
            padding: 10px 18px;
            border: 0;
            text-decoration: none;
            background-color: var(--LightBlue);
            color: var(--white);
            font-size: 14px;
            font-weight: 500;
        }

        .secondary-btn:hover {
            box-shadow: none;
            background-color: var(--darkBlue);
            color: var(--white);
        }

        .secondary-btn::before {
            display: none;
        }
    }

    .cc-item-para {
        font-size: 8px;
    }

    .cc-comp-col.most-popular::before,
    .cc-comp-col.most-worth::before {
        top: -16px;
    }

    .cc-item-txt span.tick-txt {
        font-size: 8px;
        line-height: 12px;
        padding: 4px 10px;
    }

    li.cc-comp-item {
        min-height: 85px;
    }

    li.cc-comp-item:last-child {
        border-top: 0;
        border-bottom: 0;
    }

    .cc-comp-lmt-col ul li.cc-comp-item {
        min-height: 120px;
    }

    .cc-comp-lmt-col ul li.cc-comp-item:last-child {
        border-top: 1px solid var(--strokes);
    }


    .cc-comp-item .main-btn {
        position: absolute;
        left: 5%;
        width: 90%;
        min-width: 90%;
    }

    .choose-comp-sec {
        .packages_bottom_part p {
            text-align: center;
        }
    }

    .qsn-img.tooltip span,
    .qsn-img.tooltip .span {
        width: 270px;
    }

    .qsn-img.tooltip strong {
        font-weight: 700;
        font-size: 16px;
    }

    .cc-top-heading {
        width: 100%;
    }

}

@media (max-width: 359px) {
    li.cc-comp-item {
        min-height: 120px;
    }

    .cc-item-para {
        font-size: 6px;
    }

    .cc-comp-lmt-col ul li.cc-comp-item {
        min-height: 155px;
    }

    .cc-item-txt span.tick-txt {
        font-size: 6px;
        line-height: 8px;
        padding: 2px 6px;
    }

    .qsn-img.tooltip span,
    .qsn-img.tooltip .span {
        width: 210px;
    }
}

/**Compare page tab end*/