.header_button{        float           : right;        margin-top      : 20px;        margin-right    : 50px;}.header_button input[type=button].upgrade{        float               : initial;        height              : 56px;        width               : 210px;        border-radius       : 110px;          border              : none;        background-color    : #FC9E5B;        color               : #ffffff;        font-family         : 'Jost', sans-serif;        font-weight         : 600;        font-size           : 28px;        text-align          : center;}@media (max-width: 1650px){                .header_button{                margin-top      : 25px;                margin-right    : 30px;        }                        .header_button input[type=button].upgrade{                float               : initial;                height              : 50px;                width               : 180px;                border-radius       : 100px;                  border              : none;                background-color    : #FC9E5B;                color               : #ffffff;                font-family         : 'Jost', sans-serif;                font-weight         : 600;                font-size           : 24px;                text-align          : center;        }        }@media (max-width: 1350px){                .header_button{                margin-top      : 25px;                margin-right    : 30px;        }                        .header_button input[type=button].upgrade{                float               : initial;                height              : 40px;                width               : 150px;                border-radius       : 100px;                  border              : none;                background-color    : #FC9E5B;                color               : #ffffff;                font-family         : 'Jost', sans-serif;                font-weight         : 600;                font-size           : 20px;                text-align          : center;        }        }@media (max-width: 1150px){                        .header_button{                    display     : none;     /*  remove this */                    position    : fixed;                    bottom      : 0px;                    left        : 50%;                    transform   : translateX(-50%);                    margin      : 0px 0px 20px 0px;                    z-index     : 200000;            }                       .header_button input[type=button].upgrade{                    -moz-border-radius: 6px;                    -webkit-border-radius: 6px;                    -o-border-radius: 6px;                    -ms-border-radius: 6px;                    border-radius: 6px;                    -moz-box-shadow: 0 3px 5px #ccc;                    -webkit-box-shadow: 0 3px 5px #ccc;                    -o-box-shadow: 0 3px 5px #ccc;                    -ms-box-shadow: 0 3px 5px #ccc;                    box-shadow: 0 3px 5px #ccc;                            }}