
.forminator-edit-module {
    display : none;
}

.forminator-custom-form {
    margin : 0 !important;
}
/*RESPONSIVE*/

/*phone*/
@media (max-width : 767px) {

}

/*tablet*/
@media (min-width : 768px) and (max-width : 1023px) {

}

/*mobile and tablet*/
@media (max-width : 1023px) {

}

/*desktop*/
@media (min-width : 1025px) {

}

/*laptop 1*/
@media (min-width : 1024px) and (max-width : 1439px) {

}

/*laptop 2*/
@media (min-width : 1440px) and (max-width : 1700px) {

}

/*RESPONSIVE*/
