/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 14 2024 | 06:52:00 */
.gform_wrapper .gform_page {
transition: all 0.7s ease;
opacity: 1;
}

.gform_wrapper .gform_page.active {
opacity: 1;
}

.step-frm-survey .gfield_wrapper-child {
    display: flex !important;
/* 	flex-wrap: wrap; */
    width: 100%;
	gap:20px;
}
.step-frm-survey .gfield_wrapper-child .gfield {
    width: 48%;
}
/* .step-frm-survey #gform_fields_1_3 .gfield_label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: left;
    text-transform: capitalize;
    color: #000000;
    margin-top: 20px;
} */

.step-frm-survey div#gform_fields_4 input {
    height: 60px;
    border: 1px solid #EBEDF3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
/*     text-transform: capitalize; */
}

.step-frm-survey div#gform_fields_4 textarea {
    height: 174px;
    border: 1px solid #EBEDF3;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
	resize:none;
}

.step-frm-survey .gform_next_button,.step-frm-survey input[type=submit] {
	
    float:inline-end;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 23px;
    padding: 17px 90px;
    background: #6A7B60;
    border: none;
    transition: 0.5s ease;
    cursor: pointer;
	margin-top:40px;
}

.step-frm-survey .gform_next_button:hover{
	background:#000000;
}


div#gform_fields_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#gform_fields_4 .gsection{
	display:none;
}
div#gform_fields_4 .gfield_label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
    text-transform: capitalize;
    color: #000000;
    margin-top: 20px;
}
#step-frm-survey .gform_footer {
        display: flex;
    justify-content: flex-end;

}


div#gform_fields_4 .gfield_wrapper input{
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 16px!important;
line-height: 24px!important;
}




