.b24-window-popup-wrapper{
border-radius: 20px !important;
    background: rgba(255, 255, 255, 0);
font-family: "Helvetica", sans-serif;
}
.b24-window-popup-wrapper .b24-form-wrapper{

    background: 0 none !important;
}
.b24-window-popup-wrapper .b24-form-wrapper .b24-form-btn{

background: linear-gradient(180deg, #FFB630 0%, #A86000 100%);
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
color: #fff;
font-size: 18px;
    font-weight: 700;
}

/*Bottom Form*/
#form24 .b24-form-content.b24-form-padding-side {
    padding: 0 !important;

}

#form24 .form-wrap .b24-form{
background: 0 none !important;
border-radius: 20px !important;
font-family: "Helvetica", sans-serif !important;
}
.b24-form .b24-form-wrapper.b24-form-shadow{
background: rgba(255, 255, 255, 0) !important;
background-color: none !important;
max-width: max-content !important;
border-radius: 20px !important;
}
#form24 .b24-form-content.b24-form-padding-side {
    padding: 0 !important;
}

#form24 input.b24-form-control {
    margin-bottom: 25px;
    height: 100px;
    border-radius: 50px !important;
    width: 100% !important;
    padding: 0 20px !important;
    font-size: 34px;
    font-weight: 300;
    background-color:#fff !important;
}
#form24 input[type="checkbox"] {
font-size: 16px;
height: auto !important;
    width: auto !important;
margin-bottom: 5px  !important;
}
#form24 span.b24-form-field-agreement-link {
color:#fff;
}
#form24 .b24-form-header-padding,#form24 .b24-form-sign{
    padding: 0 !important;
    margin: 0 !important;
}
#form24 .b24-form-control-label{
    top: 20% !important;
}
@media (max-width: 767px) {
	#form24 input.b24-form-control {
    		font-size: 14px !important;
                height: 75px !important;
	}
}
