#my-id.elementor-section{
position: fixed;
left: 0;
width: 100%;
}


#contact
.twoRowFormInner {
    display: flex;
    flex-wrap: wrap;
}
#contact
.twoRowFormInner > div {
    flex: 1 0 50%;
    box-sizing: border-box;
    max-width: 50%;
}
#contact
.twoRowFormInner > div:nth-child(odd) {
    padding-left: 20px;
}
#contact
.twoRowFormInner > div:nth-child(even  ) {
    padding-right: 20px;
}
#contact
.twoRowFormInner > div input:not([type="submit"]), .twoRowFormInner textarea {
    border: none;
    border-bottom: 1px solid #545454 !important;;
    background: none !important;
    outline: none;
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0;
    text-indent: 0;
    font-weight: 400;
    width: 100%;
}
#contact
.twoRowFormInner textarea {
    resize: none;
    height: 30px;
    transition: height .4s;
    line-height: normal;
}
#contact
.twoRowFormInner textarea:active, .twoRowFormInner textarea:focus {
    height: 70px;
}
#contact
.twoRowForm div input[type="submit"] {
    background: #700e5e;
    width:120px;
    height: 36px;
    line-height: 30px;
    border-radius: 5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-indent: 0;
    text-shadow: none;
    color: white;
    padding: 0;
    font-size: 16px;
}
#contact
.twoRowForm input[type="submit"]:hover,
.twoRowForm input[type="submit"]:focus,
.twoRowForm input[type="submit"]:active {
    outline: none;
    background: #000c3f!important;
}
#contact
.mySubmit {
    text-align: center;
    position: relative;
}
#contact
.twoRowForm .ajax-loader {
    position: absolute;
    left: auto;
    right: auto;
}
#contact
@media screen and (max-width: 768px) {
    .twoRowFormInner > div {
        flex: 1 0 100%;
        max-width: 100%;
    }
#contact
    .twoRowFormInner > div {
        padding: 0 !important;
    }

}