main *, main *:before, main *:after {
    box-sizing: content-box;
}
main {
    /*common css-contactFormLeft*/
}

main .fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #f7f7f7;
}
