.border {
    position: relative;
}

.border::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #d3d3d3; /* thin light grey */
    pointer-events: none;       /* doesn't block clicks */
    z-index: 9999;              /* always above children */
}

/* Forminator button submit */
#forminator-module-264 .forminator-col .forminator-button-submit{
    float: right;
}
/* 479px and smaller screen sizes */
@media (max-width:479px){

    /* Forminator button submit */
    #forminator-module-264 .forminator-col .forminator-button-submit{
        margin-top:12px;
        /* Type your code here. */
    }

}
a, a:hover, a:focus {
    text-decoration: none;
}
body a {
    text-decoration: none !important;
}