﻿
.register-mainPopup {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999999;
}

    .register-mainPopup .inner-popup {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 20px 10px;
    }

    .register-mainPopup .popup-main {
        width: 100%;
        max-width: 755px;
        margin: 0 auto;
        background: #fff;
        border-radius: 20px;
        padding: 33px 33px 17px 33px;
        text-align: left;
    }

        .register-mainPopup .popup-main .register-boxPopup {
            background-size: cover;
            background-position: center center;
            padding: 30px 40px;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 15px;
        }

            .register-mainPopup .popup-main .register-boxPopup.service {
                background-image: url(../images/care-servicesBg.png);
            }

            .register-mainPopup .popup-main .register-boxPopup.carer {
                background-image: url(../images/join-carerBg.png);
            }

            .register-mainPopup .popup-main .register-boxPopup .text {
                font-size: 26px;
                color: #fff;
                font-weight: 600;
                line-height: 34px;
                padding-bottom: 15px;
            }

            .register-mainPopup .popup-main .register-boxPopup a {
                display: inline-block;
                background: #fff;
                border-radius: 15px;
                line-height: 40px;
                padding: 0 20px;
                font-size: 12px;
                color: #6B284B;
                font-weight: 600;
                text-decoration: none;
            }

            .register-mainPopup .popup-main .register-boxPopup.service a {
                color: #027DA3;
            }

.regirst-banner {
    background: url(../images/register-bgMain.png) no-repeat top right;
    min-height: 244px;
    padding: 46px 40px 40px 40px;
    margin-top: 50px;
    border-radius: 38px;
}

    .regirst-banner h1 {
        font-weight: 600;
        font-size: 33px;
        color: #fff;
        line-height: 40px;
        margin: 0px;
        padding-bottom: 23px;
        max-width: 520px;
    }

    .regirst-banner a {
        line-height: 35px;
        padding: 0 35px;
        background: #ED1E8B;
        border-radius: 6px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
    }

.register-title {
    display: block;
    padding: 50px 0 0 0;
}

    .register-title h2 {
        font-size: 33px;
        font-weight: 600;
        margin: 0px;
        color: #237BA0;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .register-title p {
        display: inline-block;
        line-height: 22px;
        color: #237BA0;
        font-size: 14px;
        margin: 0px;
        max-width: 852px;
        font-weight: 600;
    }
@media screen and (max-width:767px) {
    .register-mainPopup .popup-main {
        text-align: center;
    }

    .register-mainPopup .popup-main {
        padding: 18px 18px 8px 18px;
    }

        .register-mainPopup .popup-main .register-boxPopup {
            margin-bottom: 10px;
        }

            .register-mainPopup .popup-main .register-boxPopup .text {
                font-size: 20px;
                line-height: 26px;
            }

    .regirst-banner {
        background-image: url(../images/register-bannerMobile.png);
        background-size: cover;
        border-radius: 10px;
        min-height: 216px;
        padding: 19px;
    }

        .regirst-banner h1 {
            font-size: 24px;
            line-height: 32px;
            max-width: 220px;
        }

        .regirst-banner a {
            font-size: 14px;
        }
}
