.demo-forms p{
    margin: 0 !important;
}
.formbgs.sticky-formbgs {
	background:
    linear-gradient(180deg, rgba(247, 247, 247, 1) 0%, transparent 100%),
    radial-gradient(circle at -100% 100%, rgba(187, 224, 243, 1), rgba(187, 224, 243, 0)),
    radial-gradient(circle at 100% -100%, rgba(255, 223, 0, 0.8), rgba(255, 223, 0, 0));
    padding: 100px 100px 112px 100px;
    position: relative;
	margin-top:30px;
}
.formbgs .containers {
    max-width: 1240px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.formbgs .left-sections {
    flex: 1 1 50%;
    padding: 71px 115px 71px 0;
}
/* .left-sections.alt-left-style {
    padding: 113px 60px 113px 0px;
} */

.left-sections.alt-left-style .demo-heading {
    font-family: Archivo;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0px;

}

.left-sections.alt-left-style .demo-descriptions {
    font-family: Archivo;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;

}
.formbgs .demo-heading {
    font-family: Archivo;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: 0px;
    padding-bottom: 20px;
    margin: 0;
}
.formbgs .demo-descriptions {
    font-family: Archivo;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;
    margin: 0;
}
.formbgs .right-sections {
    flex: 1 1 50%;
}
.formbgs .formwrappers {
    /* width: 609px; */
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.formbgs .form_title {
    font-size: 2em;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}
.form_input .form_field {
    /* max-width: 1083px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin: auto;
    z-index: 1;
    position: relative;
}
/* .form_input {
    padding-bottom: 20px;
} */
.form_input label {
    margin-bottom: 4px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.form_input input, .form_input select{
    width: 100%;
    height: 50px;
    border-radius: 8px;
    padding: 16px;
    border-width: 1px;
    border: 1px solid rgba(201, 202, 209, 1);
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0px;
    box-sizing: border-box;
    background-color: white
}
/* input[type="submit"]:hover {
    transform: scale(1.02);
    padding: 1rem 2.5rem !important;
    text-decoration: none !important;
    width: 100%;
}  */
.form_btn p br {
    display: none;
}
.form_btn p {
    margin: 0;
    padding: 0;
}
.form_btn {
    margin: 23px 0 0;
    display: flex;
    justify-content: space-between;
    /* margin-left: 20px; */
}
.form_btn button {
    display: inline-flex;
    align-items: center;
    justify-content: center; 
    padding: 20px 26px!important; 
    white-space: nowrap;  
    background-color: #FFDF00;
    font-family: 'Archivo';
    font-weight: 400;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    width: max-content !important;
    height: 55px;
    border-radius: 100px;
    /* gap: 15px; */
    color: black;
    text-decoration: none;
}
.form_btn .btn-arrow {
    /* margin-left: 6px; */
    width: 19px;
    flex-shrink: 0;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
}
.wpcf7-response-output{
    display: none;
}
/* Media query for mobile devices (max-width: 767px) */
@media (max-width: 767px) {
    .formbgs.sticky-formbgs {
        padding: 61px 16.5px;
    }

    .formbgs .containers {
        flex-direction: column;
    }

    .formbgs .left-sections {
        flex: none;
        width: 100%;
        padding: 0 0 35px 0;
    }

    .formbgs .demo-heading {
        font-size: 32px;
        line-height:1.2;
        padding-bottom: 16px;
    }

    .formbgs .demo-descriptions {
        font-size: 16px;
        line-height: 1.5;
    }

    .formbgs .right-sections {
        flex: none;
        width: 100%;
        padding: 0;
    }

    .formbgs .formwrappers {
        width: 100%;
        padding: 20px;
    }

    .formbgs .form_title {
        font-size: 1.6em;
        margin-bottom: 20px;
    }

    .form_input {
        display: block;
        grid-template-columns: none;
        margin: 0;
    }
/* 
    .form_input > div {
        width: 100%;
        margin-bottom: 15px;
    } */

    .form_input input,
    .form_input select{
        width: 100%;
        height: 46px;
        padding: 10px;
        font-size: 1em;
        box-sizing: border-box;
    }
    .form_btn{
        width: 228px;
        height: 55px;
        margin: 22px 0 0;
    }
    .form_btn input.Pink_buttton{
        /* background-image: url(..images/Arrow_fwd.webp) !important; */
        background-repeat: no-repeat !important;
        background-position: right 1.25rem center !important;
        background-size: auto 1.5rem !important;
        width: 228px;
        height: 55px;
        gap: 10px;
        border-radius: 100px;
        padding-top: 30px;
        padding-right: 24px;
        padding-bottom: 30px;
        padding-left: 24px;

    }  
    .left-sections.alt-left-style .demo-heading {
        font-size: 32px;
		line-height:1.2;
        color: rgba(25, 25, 25, 1);
    }
    .left-sections.alt-left-style .demo-descriptions {
        font-size: 15px;
		line-height:1.5;
    }
    /* .offerings-formbgs{
        padding: 35px 16.5px !important;
    } */
    .offerings-formbgs{
        padding: 63px  16.5px !important
    }
    .page-template-template-home .form_btn button {
        width: 228px !important;
    }
    .form_btn button{
        font-weight: 400;
		font-size:16px;
        padding: 20px 19px !important;
    }
    .form_btn .btn-arrow {
        margin-left: 10px;
    }
    .form_input .form_field {
        grid-template-columns: 1fr;
    }
}
/* Media query for tablets (min-width: 768px and max-width: 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .formbgs.sticky-formbgs {
        padding: 50px 30px;
		margin-top:30px;
    }
    .formbgs .containers {
        gap: 30px;
        display: block
    }

    .formbgs .left-sections,
    .formbgs .right-sections {
        flex: 1 1 48%;
        /* padding: 35px 50px 0px 0; */
    }

    .formbgs .demo-heading {
        font-size: 2.5em;
    }

    .formbgs .demo-descriptions {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 35px;
    }

    .formbgs .formwrappers {
        padding: 35px;
        width: 100%;
    }

    .formbgs .form_title {
        font-size: 1.8em;
        margin-bottom: 25px;
    }
    .form_input {
        display: block; /* Change grid to block layout */
        margin: 0 auto;
    }

    .form_input > div {
        width: 100%;
        /* margin-bottom: 15px; */
    }

    .form_input input,
    .form_input select {
        width: 100%;
        padding: 10px;
        font-size: 1em;
        box-sizing: border-box;
    }

    .form_btn {
        margin: 20px 20px 0 0px;
        width: auto;
        text-align: center;
    }

    .form_btn button,
    .form_btn input.yellow_buttton {
        width: 100%;
        max-width: 228px;
    }
    .form_input input,
    .form_input select{
        padding: 10px;
        font-size: 1em;
        box-sizing: border-box;
    }
    .left-sections.alt-left-style {
        padding:0px 60px 0px 0px
    }
    .left-sections.alt-left-style .demo-heading {
        font-size: 32px;
		line-height:1.2;
        color: rgba(25, 25, 25, 1);
    }
    .formbgs .left-sections {
        padding-bottom: 35px;
    }
	
}
