@media (max-width: 980px)
{
.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap
{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: center!important;
}
} .ds-vertical-align
{
display: flex;
flex-direction: column;
justify-content: center;
} .et_pb_scroll_top.et-pb-icon{
bottom:30px!important;
right:30px!important;
background-color:#21499a!important;
border-radius:3px!important;
transition:all 0.3s;
}
.et_pb_scroll_top:hover
{
background-color:#ea591d!important;
} .gform_body input, .gform_body textarea
{
border:1px solid #21499a;
padding:14px!important;
margin-top:0px!important;
margin-bottom:5px!important;
transition: all 0.3s;
}
.gform_body input:focus, .gform_body textarea:focus
{
border:1px solid #ea591d;
}
.gform_button
{
border: none;
color: #fff;
background-color: #21499a;
padding:10px 25px;
transition: all 0.3s;
cursor:pointer;
}
.gform_button:hover
{
background-color:#ea591d;
}