.lh1 {
    background: #FEDBDB;
}

.lhbox1 {
    text-align: center;
    width: 100%;
    float: left;
}

.lhbox1 span {
    border-radius: 16px;
    background: var(--Color-Secondary, #e50004);
    display: inline-block;
    padding: 4px 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base);
}

.lhbox1 h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3em;
    color: var(--color-brand);
}

.lhbox1 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: var(--color-base);
}

.lh1r1 {
    padding: 40px 0 30px 0;
}
.lh2 {
    background: linear-gradient(90deg, #fbb4b4, #FEDBDB);
}

.l2r2 {border-radius: 12px 0 0 0;}

.lh2 .row-small .l2c1 {border-radius: 12px 0 0 0;background: #FDFDFD;padding: 48px;border-radius: 12px 0 0 0;}

.form_lh {
    width: 100%;
}

.lhfbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.lhfbox_item {
    width: 49%;
}

body .lhfbox_item input {
    border-radius: 8px 2px;
    border: 1px solid #E2E8F0;
    background: var(--color-white, #FFF);
    height: 48px;
    padding: 4px 16px;
    box-shadow: unset;
    margin-top: 7px;
}

.lhfbox_item input::placeholder {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color:#718096;
}

.lhfbox_item label {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: var(--color-black,#000);
}

.lhfbox2 {
    width: 100%;
    float: left;
}

.lhfbox2 input, .lhfbox2 .lhfbox_item {
    width: 100%;
}

.form_lh p button[type=submit] {
    border-radius: 8px;
    border: 0.5px solid var(--color-white, #FFF);
    background: var(--color-brand, #00A049);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 20px 5px 20px;
    right: 0;
    color: var(--color-white, #FFF);
}
.lh2 .row-small .l2c2 {
    background: url(/wp-content/uploads/2025/11/Right-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 12px 12px 0;
    padding: 40px;
}

.lh_titleform h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    color: var(--color-white,#fff);
    line-height: 1.3em;
}

.IconBoxlh {
    margin-top: 25px;
}

.iconlh {
    color: var(--color-white,#fff);
}
@media  screen and (max-width:1024px){
.lhbox1 h1 {
    font-size: 32px;
}
.lh_titleform h2 {
    font-size: 24px;
}
}
@media  screen and (max-width:767px){
.lhbox1 h1 {
    font-size: 26px;
}
.lhbox1 p {
    font-size: 14px;
}
.lh2 .row-small .l2c1 {
    padding: 15px;
    margin: 0 15px;
}
.lhfbox_item label,.lhfbox_item input::placeholder,.form_lh p button[type=submit]  {
    font-size: 14px;
}
.lh_titleform h2 {
    font-size: 20px;
}
.iconlh, .iconlh p, .iconlh strong {
    font-size: 14px !important;
}
.lh2 .row-small .l2c2 {
    padding: 15px;
    margin: 0 15px;
    border-radius: 12px;
}
}