span.error-message-class {
    display: none;
    margin-top: 4px;
    font-size: clamp(12px, calc(14/1920 * 100vw), 14px);
    font-weight: 400;
    line-height: 170%;
    color: #DA3333;
}
.ppc_home_form_section {
    padding: clamp(12px,1.25vw,24px) 0 clamp(64px, 3.75vw, 72px) 0;
    background-color: #090909;
}

.ppc_home_form_section .ppc_form_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form {
    max-width: 696px;
    width: 100%;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .top_badge_wpr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .top_badge_wpr .inner_badge_wpr {
    background-color: #54EACF;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .top_badge_wpr .inner_badge_wpr:last-child {
    background-color: #F364FF;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .top_badge_wpr .inner_badge_wpr>img {
    width: 24px;
    height: 24px;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .top_badge_wpr .inner_badge_wpr>p {
    color: #040404;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form>h1 {
    color: #FFFDFC;
    margin-bottom: 16px;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form>p {
    color: #FFFDFC;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .home-Lets-talk-count-boxes {
    margin-top: 24px;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .home-Lets-talk-count-boxes .home-Lets-talk-count-box * {
    color: #FFFEFE;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .home-Lets-talk-count-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:clamp(15px,1.563vw,30px);
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .home-Lets-talk-count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    width: clamp(60px, 12.604vw, 242px);
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .home-Lets-talk-count-box h3 * {
    font-size: clamp(16px, 1.875vw, 36px);
    color:#000000;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .home-Lets-talk-count-box h4 {
    font-size: clamp(12px, 1.042vw, 20px);
    color: #757575;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.ppc_home_form_section .ppc_form_row .left_side_ppc_form .red_common_btn {
    margin-top: 24px;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form {
    max-width: 816px;
    width: 100%;
    border: 1px solid #FFFEFE;
    padding: clamp(12px,1.25vw,24px);
    border-radius: 10px;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form>h2 {
    margin-bottom: 8px;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr {
    margin-top: 24px;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: clamp(16px,1.25vw,24px);
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr .cus_input_wpr {
    width: 100%;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr .cus_input_wpr :where(input, textarea, select) {
    display: block;
    border: 0;
    border-bottom: 1px solid #FFFEFE;
    width: 100%;
    background-color: transparent;
    height: clamp(48px, 2.917vw, 56px);
    padding: 12px 6px;
    font-size: clamp(14px, calc(20/1920 * 100vw), 20px);
    font-weight: 400;
    line-height: 170%;
    color: #FFFEFE;
    text-align: left;
    font-family: 'poppins', sans-serif;
    max-width: 100%;
    height: auto;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr .cus_input_wpr :where(input, textarea, select)::placeholder {
    font-size: clamp(14px, calc(20/1920 * 100vw), 20px);
    font-weight: 400;
    line-height: 170%;
    color: #FFFEFE;
    text-align: left;
    font-family: 'poppins', sans-serif;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr .outer_cus_input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr .outer_cus_input .cus_input_wpr {
    width: calc(50% - 12px);
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr .red_common_btn {
    width: 100%;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr .red_common_btn .primary_btn {
    font-size: clamp(18px, calc(20/1920 * 100vw), 20px);
    font-weight: 700;
    line-height: 170%;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr>span {
    display: block;
    margin-top: 24px;
}

@media (max-height:767px) {
    .ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr .red_common_btn .primary_btn{
        height: 48px;
    }
    .ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr .main_outer_form_wpr{
        gap: 16px;
    }
    .ppc_home_form_section .ppc_form_row .right_side_ppc_form{
        padding: 16px;
    }
    .ppc_home_form_section .ppc_form_row .right_side_ppc_form .ppc_form_wpr{
        margin-top: 16px;
    }
    .ppc_home_form_section .ppc_form_row .left_side_ppc_form .red_common_btn > a{
        height: 48px;
    }
}

@media (max-width:991px) {
    .ppc_home_form_section .ppc_form_row {
        flex-wrap: wrap;
    }

    .ppc_home_form_section .ppc_form_row .left_side_ppc_form {
        max-width: 100%;
    }

    .ppc_home_form_section .ppc_form_row .right_side_ppc_form {
        max-width: 100%;
    }
}

 @media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .ppc_home_form_section .ppc_form_row .right_side_ppc_form .home-Lets-talk-count-box {
      width: clamp(120px, 12.604vw, 242px);
      zoom: 95%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ppc_home_form_section .ppc_form_row .right_side_ppc_form .home-Lets-talk-count-box {
      width: clamp(120px, 12.604vw, 242px);
      zoom: 120%;
    }
}

@media screen and (min-width: 1921px) {
    .ppc_home_form_section .ppc_form_row .right_side_ppc_form .home-Lets-talk-count-box h3 * {
      font-size: 46px;
      line-height: 120%;
    }
    .ppc_home_form_section .ppc_form_row .right_side_ppc_form .home-Lets-talk-count-box {
      gap: 10px;
    }
}