@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

html {
    font-size: 62.5%;
}

.who .main .top {
    display: none;
}

.who .main .top img {
    width: 100%;
}

/* banner start */

.banner {
    width: 100%;
    background-image: url(../../images/practice-alert/employers-banner2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: fit-content;
    position: relative;
    overflow: hidden;
}

.banner .girl {
    width: 33%;
    position: absolute;
    top: 12%;
    left: 53%;
    transform: translateX(-50%);
}

/* desc */
.banner .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 120px 0;
    position: relative;
    z-index: 999;
}

.banner .block .desc {
    width: 40%;
    padding: 0 !important;
    margin-top: -140px;
}

.banner .block .desc h1 {
    font-size: 6.6rem;
    color: var(--black-color);
    font-weight: 700;
    line-height: 1.1;
    margin: 15px 0;
}

.banner .block .desc h1 span {
    font-size: 5.2rem;
    color: var(--accent-color);
    font-weight: 400;
    margin-top: 10px;
    display: block;
}

.banner .block .desc p {
    font-size: 1.9rem;
    color: var(--para-color);
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0 0 0;
}

/* form-block start */

.banner .block .form-block {
    width: 32%;
    box-shadow: 0 10px 10px 0 rgba(174, 174, 174, 0.3);
    margin-bottom: 30px;
    padding: 35px 35px 35px 35px;
    background-color: #ffffff;
    border-radius: 15px;
}

.banner .block .form-block h4 {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--black-color);
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.banner .block .form-block .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner .block .form-block .form .input-group {
    width: 48%;
}

.banner .block .form-block .form .form-control {
    width: 100%;
    height: 40px;
    font-size: 1.7rem;
    font-weight: 400;
    color: #848484;
    background-color: #f4f4f4;
    border: transparent;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.banner .block .form-block .form .form-control::placeholder {
    font-size: 1.7rem;
    font-weight: 400;
    color: #848484;
}

    .banner .block .form-block .form .checkbox {
        display: flex;
    }

.banner .block .form-block .form a {
    font-size: 1.6rem;
    font-weight: 400;
    color: #848484;
    margin-left: 10px;
}

.banner .block .form-block .form .form-control:focus {
    box-shadow: 0 0 0 1px var(--red-color);
}

.banner .block .form-block .form .textarea:focus {
    outline: 1px solid var(--red-color) !important;
}

.banner .block .form-block .form p {
    font-size: 1.6rem;
    font-weight: 300;
    color: #adadad;
    margin-top: 5px;
}

.banner .block .form-block .form .submit {
    width: 100%;
    margin-top: 30px;
    height: 50px;
    background-color: var(--red-color);
    font-size: 2rem;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 10px;
    border: none;
}

/* form-block end */

/* banner end */

/* banner-down start */

.banner-down {
    width: 100%;
    margin-top: -100px;
    z-index: 99999;
    position: relative;
}

.banner-down .main {
    text-align: left;
    background-color: var(--accent-color);
    border-radius: 20px;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-down .main .text {
    width: 55%;
}

.banner-down .main .text h3 {
    font-size: 3.7rem;
    font-weight: 500;
    color: var(--white-color);
    line-height: 1.4;
    margin-bottom: 10px;
}

.banner-down .main .text p {
    font-size: 2rem;
    font-weight: 400;
    color: var(--white-color);
    line-height: 1.6;
}

.banner-down .main a.btn {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--white-color);
    padding: 10px 30px;
    background-color: var(--red-color);
    border-radius: 6px;
    margin: 0 6px;
}

.banner-down .main .btn-block a.btn:hover {
    background-color: var(--white-color);
    color: var(--black-color);
}

/* banner-down end */

/* employers-steps start */

.employers-steps {
    width: 100%;
    background-image: url(../../images/practice-alert/employers-steps-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: fit-content;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}

.employers-steps h3 {
    font-size: 6rem;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 60px;
    text-align: center;
}

.employers-steps .main {
    display: flex;
    justify-content: space-between;
}

.employers-steps .main .item {
    width: 31%;
    background-color: var(--white-color);
    border-radius: 15px;
    padding: 50px 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .08);
}

.employers-steps .main .item img {
    width: 30%;
}

.employers-steps .main .item h4 {
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--black-color);
    margin: 35px 0 25px 0;
}

.employers-steps .main .item p {
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--para-color);
    line-height: 1.8;
    margin-bottom: 5px;
}

.employers-steps .main .item h2.big {
    font-size: 9rem;
    font-weight: 600;
    color: #f5f1f5;
    float: right;
    position: absolute;
    right: 6%;
    bottom: -4%;
}

/* employers-steps end */

/* testimonials start */

.testimonials {
    background-image: url(../../images/practice-alert/testimonial-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: fit-content;
    overflow: hidden;
    position: relative;
    padding: 70px 0 140px 0;
}

.testimonials h3 {
    font-size: 6rem;
    font-weight: 700;
    color: var(--black-color);
    text-align: center;
    margin-bottom: 60px;
}

.testimonials h3 span {
    display: block;
    margin-top: 10px;
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--para-color);
}

.testimonials .slider .item p {
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--black-color);
    line-height: 2;
    font-style: italic;
}

.testimonials .slider .item h4 {
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--black-color);
    margin: 30px 0 10px 0;
    position: relative;
}

.testimonials .slider .item h6 {
    font-size: 2rem;
    font-weight: 300;
    color: #818181;
}

.testimonials .slider .item h4::before {
    content: '';
    width: 35px;
    height: 2px;
    background-color: var(--red-color);
    position: absolute;
    left: 33%;
    top: 50%;
    transform: translateX(-50%);
}

.testimonials .slider .item h4::after {
    content: '';
    width: 35px;
    height: 2px;
    background-color: var(--red-color);
    position: absolute;
    left: 66%;
    top: 50%;
    transform: translateX(-50%);
}

/* testimonials end */

/* who start */

.who {
    width: 100%;
    background-color: #f6f1f5;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.who .title {
    text-align: center;
}

.who .title h3 {
    font-size: 6rem;
    font-weight: 700;
    color: var(--black-color);
}

.who .title h5 {
    font-size: 3.2rem;
    font-weight: 600;
    color: var(--black-color);
    line-height: 1.4;
    margin: 20px 0;
    position: relative;
}

.who .title h5::before {
    content: '';
    width: 35px;
    height: 2px;
    background-color: var(--red-color);
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateX(-50%);
}

.who .title h5::after {
    content: '';
    width: 35px;
    height: 2px;
    background-color: var(--red-color);
    position: absolute;
    left: 75%;
    top: 50%;
    transform: translateX(-50%);
}

.who .title p {
    font-size: 2rem;
    font-weight: 400;
    color: var(--black-color);
    line-height: 1.8;
}

/* main */
.who .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 120px 0;
    position: relative;
}

.who .main .lt {
    width: 50%;
}

.who .main .lt h3 {
    font-size: 5rem;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 25px;
}

.who .main .lt h5 {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 25px;
}

.who .main .lt h5.two {
    margin-top: 25px;
}

.who .main .lt p {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--black-color);
    line-height: 1.8;
}

.who .main .lt p span {
    display: block;
    margin-top: 20px;
}

.who .main .rt {
    width: 45%;
    position: relative;
}

.who .main .rt img.one {
    width: 100%;
    position: relative;
    z-index: 999;
}

.who .main .rt img.dot {
    width: auto;
    position: absolute;
    right: -12%;
    top: 15%;
    z-index: 99;
}

/* main2 */
.who .main2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.who .main2 .lt {
    width: 45%;
    position: relative;
}

.who .main2 .lt img.one {
    width: 100%;
    position: relative;
    z-index: 999;
}

.who .main2 .lt img.dot {
    width: auto;
    position: absolute;
    left: -12%;
    top: 15%;
    z-index: 99;
}

.who .main2 .rt {
    width: 50%;
}

.who .main2 .rt h3 {
    font-size: 5rem;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: 25px;
}

.who .main2 .rt h5 {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 25px;
}

.who .main2 .rt h5.two {
    margin-top: 25px;
}

.who .main2 .rt ul {
    display: block;
}

.who .main2 .rt ul li {
    margin-bottom: 10px;
}

.who .main2 .rt ul li a {
    font-size: 2rem;
    font-weight: 500;
    color: var(--black-color);
    line-height: 1.6;
}

.who .main2 .rt ul li i.bx {
    font-size: 24px;
    color: var(--accent-color);
    margin-right: 10px;
    margin-top: 3px;
}

.who .main2 .rt p {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--black-color);
    line-height: 1.8;
}

.who .main2 .rt p span {
    display: block;
    margin-top: 20px;
}

/* main end */
.who h4 {
    font-size: 2.6rem;
    font-weight: 600;
    color: var(--black-color);
    text-align: center;
    margin-top: 80px;
}


/* who end */

@media (max-width: 1920px) and (min-device-width:1400px) {
    .banner .girl {
        width: 33%;
        top: 12%;
    }
}

@media (max-width: 1399px) and (min-device-width: 1200px) {
    html {
        font-size: 54%;
    }

    .banner .block {
        padding: 40px 0 120px 0;
    }

    .banner .girl {
        width: 36%;
        top: 12%;
    }
}

@media (max-width: 1199px) and (min-device-width: 992px) {
    html {
        font-size: 45%;
    }

    .banner .girl {
        width: 42%;
        top: 14%;
    }

    .banner .block .form-block {
        width: 34%;
    }

    .banner .block .desc h1 span {
        font-size: 5rem;
    }

    .testimonials {
        padding: 30px 0 110px 0;
    }

    .who {
        padding: 90px 0;
    }

    .who .main .rt img.dot {
        right: -3%;
    }

    .who .main2 .lt img.dot {
        left: -3%;
    }
}

@media (max-width: 991px) and (min-device-width: 768px) {
    html {
        font-size: 44%;
    }

    .banner .girl {
        width: 50%;
        top: 0%;
        left: 50%;
    }

    .banner .block {
        padding: 30px 0 100px 0;
    }

    .banner .block .desc {
        width: 45%;
    }

    .banner .block .form-block {
        width: 40%;
        padding: 0 20px 30px 20px;
    }

    .banner .block .desc h1 {
        font-size: 5.4rem;
    }

    .banner .block .desc h1 span {
        font-size: 4.3rem;
    }

    .banner-down .main {
        padding: 40px !important;
    }

    .banner-down .main .text {
        width: 65%;
    }

    .employers-steps h3 {
        font-size: 5rem;
    }

    .testimonials {
        padding: 30px 0 110px 0;
    }

    .testimonials h3 {
        font-size: 5rem;
    }

    #blog-demo .item {
        width: 75% !important;
    }

    .who {
        padding: 70px 0;
    }

    .who .title h3 {
        font-size: 5rem;
    }

    .who .title h5 {
        font-size: 2.8rem;
    }

    .who .title h5::before {
        left: 21%;
    }

    .who .title h5::after {
        left: 79%;
    }

    .who .main {
        margin: 80px 0;
    }

    .who .main .lt h3 {
        font-size: 4rem;
        margin-bottom: 15px;
    }

    .who .main2 .rt h3 {
        font-size: 4rem;
        margin-bottom: 15px;
    }

    .who .main .rt img.dot {
        width: 25%;
    }

    .who .main .lt h5 {
        margin-bottom: 15px;
    }

    .who .main .lt h5.two {
        margin-top: 15px;
    }

    .who .main2 .rt h5 {
        margin-bottom: 15px;
    }

    .who .main2 .rt h5.two {
        margin-top: 15px;
    }

}

@media (max-width: 767px) and (min-device-width: 576px) {
    html {
        font-size: 44%;
    }

    .banner {
        background-image: url(../../images/practice-alert/employers-banner2.png);
    }

    .banner .girl {
        display: none;
    }

    .banner .block {
        padding: 160px 0 130px 0;
        display: block;
        text-align: center;
    }

    .banner .block .desc {
        width: 100%;
        margin-bottom: 60px;
    }

    .banner .block .form-block {
        width: 80%;
        margin: 0 auto;
        padding: 30px;
        box-shadow: 0 5px 20px 0 rgb(174 174 174 / 30%);
    }

    .banner .block .desc h1 {
        font-size: 5.4rem;
    }

    .banner .block .desc h1 span {
        font-size: 4rem;
    }

    .banner-down .main {
        padding: 25px !important;
    }

    .banner-down .main .text {
        width: 60%;
    }

    /* employers */
    .employers-steps {
        padding: 80px 0;
    }

    .employers-steps .main {
        display: block;
    }

    .employers-steps .main .item {
        width: 80%;
        margin: 30px auto;
    }

    .employers-steps h3 {
        font-size: 5rem;
    }

    .banner-down .main a.btn {
        padding: 10px;
    }

    /* testimonials */
    .testimonials {
        padding: 30px 0 110px 0;
    }

    .testimonials h3 {
        font-size: 5rem;
    }

    #blog-demo .item {
        width: 100% !important;
    }

    .testimonials .slider .item h4::before {
        left: 30%;
    }

    .testimonials .slider .item h4::after {
        left: 70%;
    }

    /* who */
    .who {
        padding: 70px 0;
    }

    .who .title h3 {
        font-size: 5rem;
    }

    .who .title h5 {
        font-size: 2.6rem;
    }

    .who .title h5::before {
        left: 14%;
    }

    .who .title h5::after {
        left: 86%;
    }

    .who .main {
        display: block;
        margin: 80px 0;
    }

    .who .main .lt {
        width: 100%;
    }

    .who .main2 {
        display: block;
    }

    .who .main2 .lt {
        width: 100%;
    }

    .who .main .lt h3 {
        font-size: 4.6rem;
    }

    .who .main .lt h5 {
        margin: 15px 0;
    }

    .who .main .rt {
        width: 100%;
        margin-top: 40px;
    }

    .who .main2 .rt {
        width: 100%;
        margin-top: 50px;
    }

    .who .main .rt {
        display: none;
    }

    .who .main .top {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .who .main .rt img.dot {
        display: none;
    }
}

@media (max-width: 575px) and (min-device-width: 414px) {
    html {
        font-size: 44%;
    }

    .banner {
        background-image: url(../../images/practice-alert/employers-banner2.png);
    }

    .banner .girl {
        display: none;
    }

    .banner .block {
        padding: 160px 0 130px 0;
        display: block;
        text-align: center;
    }

    .banner .block .desc {
        width: 100%;
        margin-bottom: 60px;
    }

    .banner .block .form-block {
        width: 90%;
        margin: 0 auto;
        padding: 30px;
        box-shadow: 0 5px 20px 0 rgb(174 174 174 / 30%);
    }

    .banner .block .desc h1 {
        font-size: 4.6rem;
    }

    .banner .block .desc h1 span {
        font-size: 3.4rem;
    }

    .banner-down .main {
        padding: 25px !important;
        display: block;
        text-align: center;
    }

    .banner-down .main .text {
        width: 100%;
        margin-bottom: 30px;
    }

    .banner-down .main .text h3 {
        font-size: 2.8rem;
    }

    /* employers */
    .employers-steps {
        padding: 80px 0;
    }

    .employers-steps .main {
        display: block;
    }

    .employers-steps .main .item {
        width: 90%;
        margin: 30px auto;
    }

    .employers-steps h3 {
        font-size: 4rem;
    }

    .banner-down .main a.btn {
        padding: 10px;
    }

    /* testimonials */
    .testimonials {
        padding: 0px 0 110px 0;
    }

    .testimonials h3 {
        font-size: 4rem;
    }

    #blog-demo .item {
        width: 100% !important;
        padding: 50px 30px !important;
    }

    .testimonials .slider .item h4::before {
        left: 25%;
    }

    .testimonials .slider .item h4::after {
        left: 75%;
    }

    /* who */
    .who {
        padding: 50px 0;
    }

    .who .title h3 {
        font-size: 4rem;
    }

    .who .title h5 {
        font-size: 2.2rem;
    }

    .who .title h5::before {
        left: 9%;
    }

    .who .title h5::after {
        left: 91%;
    }

    .who .main {
        display: block;
        margin: 70px 0;
    }

    .who .main .lt {
        width: 100%;
    }

    .who .main2 {
        display: block;
    }

    .who .main2 .lt {
        width: 100%;
    }

    .who .main2 .rt {
        width: 100%;
        margin-top: 40px;
    }

    .who .main .lt h3 {
        font-size: 4rem;
    }

    .who .main .lt h5 {
        margin: 15px 0;
        font-size: 2.4rem;
    }

    .who .main .rt {
        display: none;
    }

    .who .main .top {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .who .main .rt img.dot {
        display: none;
    }

    .who .main2 .lt img.dot {
        display: none;
    }

    .who h4 {
        font-size: 2.2rem;
    }
}

@media (max-width: 413px) and (min-device-width: 320px) {
    html {
        font-size: 44%;
    }

    .banner {
        background-image: url(../../images/practice-alert/employers-banner2.png);
    }

    .banner .girl {
        display: none;
    }

    .banner .block {
        padding: 160px 0 130px 0;
        display: block;
        text-align: center;
    }

    .banner .block .desc {
        width: 100%;
        margin-bottom: 60px;
    }

    .banner .block .form-block {
        width: 100%;
        margin: 0 auto;
        padding: 30px;
        box-shadow: 0 5px 20px 0 rgb(174 174 174 / 30%);
    }

    .banner .block .desc h1 {
        font-size: 3.6rem;
    }

    .banner .block .desc h1 span {
        font-size: 2.4rem;
    }

    .banner-down .main {
        padding: 25px !important;
        display: block;
        text-align: center;
    }

    .banner-down .main .text {
        width: 100%;
        margin-bottom: 30px;
    }

    .banner-down .main .text h3 {
        font-size: 2.8rem;
    }

    /* employers */
    .employers-steps {
        padding: 80px 0;
    }

    .employers-steps .main {
        display: block;
    }

    .employers-steps .main .item {
        width: 100%;
        margin: 30px auto;
    }

    .employers-steps h3 {
        font-size: 3rem;
    }

    .banner-down .main a.btn {
        padding: 10px;
    }

    /* testimonials */
    .testimonials {
        padding: 0px 0 110px 0;
    }

    .testimonials h3 {
        font-size: 3rem;
    }

    #blog-demo .item {
        width: 100% !important;
        padding: 50px 30px !important;
    }

    .testimonials .slider .item h4::before {
        left: 15%;
    }

    .testimonials .slider .item h4::after {
        left: 785%;
    }

    /* who */
    .who {
        padding: 50px 0;
    }

    .who .title h3 {
        font-size: 3rem;
    }

    .who .title h5 {
        font-size: 1.9rem;
    }

    .who .title h5::before {
        left: 5%;
        width: 20px;
    }

    .who .title h5::after {
        left: 100%;
        width: 20px;
    }

    .who .main {
        display: block;
        margin: 70px 0;
    }

    .who .main .lt {
        width: 100%;
    }

    .who .main2 {
        display: block;
    }

    .who .main2 .lt {
        width: 100%;
    }

    .who .main2 .rt {
        width: 100%;
        margin-top: 40px;
    }

    .who .main .lt h3 {
        font-size: 3.6rem;
    }

    .who .main2 .rt h3 {
        font-size: 3.6rem;
    }

    .who .main .lt h5 {
        font-size: 2.4rem;
        margin: 15px 0;
    }

    .who .main2 .rt h5 {
        font-size: 2.4rem;
        margin: 15px 0;
    }

    .who .main .rt {
        display: none;
    }

    .who .main .top {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }

    .who .main .rt img.dot {
        display: none;
    }

    .who .main2 .lt img.dot {
        display: none;
    }

    .who h4 {
        font-size: 2.2rem;
    }
}