/* Internal styles extracted from ContentPages/how_it_works.blade.php */

/* CSS Block 1 */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

            * {
                padding: 0;
                margin: 0;
                font-family: 'Montserrat';
            }

            .banner-sec {
                background: url("/images/How-it-works-banner.webp");
                width: 100%;
                height: 600px;
                display: flex;
                align-items: center;
                background-size: 100%;
            }

            .banner-sec h2 {
                font-family: 'Montserrat';
                font-size: 45px;
                font-weight: 400;
                color: #fff;
            }

            h1.text-center {
                background-color: #001D58;
                border-radius: 51px;
                width: 88px;
                margin: auto;
                border: solid 5px #C1D6FF;
                padding: 15px;
                color: #fff;
                position: relative;
                top: 43px;

            }

            .row.mt-5.mb-5 {
                display: flex;
                justify-content: space-around;
            }

            p.fw-light.text-center.text-white {
                font-size: 18px;
            }


            .sec-2.pt-5 {
                background-color: #001d58;
                border-top: 4px solid #C1D6FF;
                padding-left: 14px;
                padding-right: 14px;
                height: 575px;
            }


            .four-box-sec .first-box,
            .fourth-box {
                background: #001D58;
                color: #fff;
                padding: 40px;
                width: 600px !important;
                border-top: 5px solid #C1D6FF;
            }

            .four-box-sec .second-box,
            .third-box {
                background: #C1D6FF;
                color: #001D58;
                padding: 40px;
                width: 600px !important;
                height: 323px;
                border-top: 5px solid #001D58;
            }

            .four-box-sec .row {
                gap: 40px;
            }

            section.four-box-sec p {
                font-size: 20px;
                font-family: 'Montserrat';
            }

            .Skilled-Professionals-sec .row {
                gap: 0px;
            }

            .Skilled-Professionals-sec h2 {
                font-family: 'Montserrat';
                font-size: 40px;
                font-weight: 400;
                line-height: 44px;
                color: #001D58;
            }

            .Skilled-Professionals-sec h4 {
                font-family: 'Montserrat';
                font-size: 22px;
                font-weight: 600;

            }

            .col-md-7.pt-5 {
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding-left: 10px;
                padding-bottom: 28px;
            }

            .col-md-10 {
                flex: 0 0 auto;
                width: 85.333333%;
                margin: auto;
            }

            .first-box h5,
            .second-box h5,
            .Third-box h5,
            .four-box h5,
            .Five-box h5 {
                font-size: 22px;
            }

            .col-md-6.first-box p,
            .second-box p,
            .Third-box p,
            .four-box p,
            .Five-box p {
                font-size: 20px;
            }

            section.Skilled-Professionals-sec p {
                font-size: 20px;
                font-family: 'Montserrat';
                font-weight: 300;
            }

            section.Go-to-the-Sign-sec .row {
                align-items: center;
            }

            section.Go-to-the-Sign-sec h2 {
                font-size: 45px;
                font-weight: 400;
                font-family: 'Montserrat';
                color: #001D58;
            }

            section.Go-to-the-Sign-sec p {
                font-size: 18px;
                font-weight: 300;
                font-family: 'Montserrat';
                color: #001D58;
                padding-right: 110px;
            }

            .col-md-6.first-box {
                background-color: #001D58;
                border-radius: 4px;
                width: 49%;
            }

            .col-md-6.second-box {
                background-color: #EEF4FF;
                border-radius: 4px;
                width: 49%;
            }

            .col-md-5.Five-box {
                background-color: #001D58;
            }

            .col-md-6.Five-box {
                background-color: #001D58;
                width: 49%;
            }

            .col-md-6.four-box {
                background-color: #EEF4FF;
                width: 49%;
            }


            p.fw-semibold.text-white img {
                margin-right: 10px;
            }

            .row.mx-auto {
                justify-content: center;
                column-gap: 30px;
            }

            .sec-2.pt-5 h5 {
                font-size: 22px;
            }

            .col-md-5 {
                padding-right: 0;
            }

            @media only screen and (max-width: 767px) {
                .banner-sec {
                    height: 200px;
                    background-size: 100% 100%;
                }

                .Skilled-Professionals-sec h4 {
                    width: unset;
                    font-size: 18px;
                }

                .Skilled-Professionals-sec h2 {
                    font-size: 25px;
                    line-height: 28px;
                }

                section.Go-to-the-Sign-sec h2 {
                    font-size: 25px;
                    margin-top: 30px;
                }

                section.Go-to-the-Sign-sec p {
                    padding-right: 10px;
                }

                .four-box-sec .second-box,
                .third-box {
                    height: unset;
                }

                .col-md-6.four-box {
                    width: 100%;
                }

                .col-md-6.Five-box {

                    width: 100%;
                }

                .col-md-6.first-box {
                    width: 100%;
                }

                .col-md-6.second-box {
                    width: 100%;
                }

                .sec-2.pt-5 {
                    height: auto;
                }
            }


            @media (min-width: 350px) and (max-width: 430px) {
                .sec-2.pt-5 {
                    height: auto;
                }

                h1.text-center {
                    width: 75px;
                }

                /* section.banner-sec h2 {
        margin-top: 70px;
    }*/


            }

            @media (min-width: 768px) and (max-width: 1399px) {


                .step1-step2 {
                    gap: 14px !important;
                }

                .step4-step5 {
                    gap: 14px !important;
                }

                /* .col-md-6.first-box {
        width: 100%;
    }

    .col-md-6.second-box {
        width: 100%;
    } */

            }

            @media (min-width: 768px) and (max-width: 1024px) {
                .col-md-3 {
                    flex: 0 0 auto;
                    width: 50%;
                }

                .banner-sec {
                    height: 280px;
                }

                /* .step1-step2{
        gap: 14px !important;
    } */

                .col-md-7.pt-5 {
                    padding-left: 3%;
                }

                .Skilled-Professionals-sec h2 {
                    font-size: 24px;

                    line-height: 30px;

                }

                .Skilled-Professionals-sec h4 {
                    font-size: 16px;
                }

                section.Skilled-Professionals-sec p {
                    font-size: 16px;
                }

                /* .col-md-6.first-box {
        width: 100%;
    }

    .col-md-6.second-box {
        width: 100%;
    } */

            }

            section#skills-and-trades {
                background-color: #EEF4FF;
                padding-bottom: 0 !important;
            }

            @media (max-width: 850px) {
                .col-md-3 {
                    flex: 0 0 auto;
                    width: 100% !important;
                }

                section.work-boxes .row {
                    flex-direction: column;
                }

                .sec-2.pt-5 {
                    height: auto;
                }
            }


            span.premium001 {
                color: #00F19C;
                font-weight: 400;
            }

