#agree-label {
    color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}
#agree{
    position:relative;
    top: 1px;
}
 #to-phone {
     position: fixed;
     bottom: 50px;
     right: 20px;
     border: none;
     /*border-radius: 16px;*/
     background: royalblue;
     color: white;
     padding: 12px;
     font-weight: bold;
     box-shadow: 0px 5px 15px gray;
     cursor: pointer;
     display: none;
 }