*{
           font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
      }
      
      .conscent{
           font-size:11px;
      }
      
      body{ 
        background: url("https://image.gotest.appfire.com/lib/fe30117371640478751c76/m/1/f2674535-1621-4129-ba7a-20bce77d02f5.png") 50% 0%/ 3000px no-repeat scroll padding-box border-box rgb(249, 250, 251) 
      }
      .w3-modal-content{
        width: 718px;
        top: 51px;
        border-radius: 16px;
        margin-bottom: 8%;
      }
      .allContent{
        margin-left:5%;
        margin-right:5%;
      }
      .nameinput{
        border-radius: 24px;
        width:47.5%;
        float:left;
        margin-right:5%;
      }
      .emailinput{
        border-radius: 24px;
        width:47.5%; 
      }

      .responsiveimg{
        width: 100%;
        max-width: 718px;
        height: auto;
        border-start-start-radius: 16px;
        border-start-end-radius: 16px;

      }

      .w3-button{
        font-size: 18px;
        background-color:rgb(255, 4, 87);
        color:white;
        border-radius: 24px;
        font-size: 18px;
        width:30%;
        margin-top: 8% !important;
        margin-bottom: 8% !important;
      }

      .layout-canvas-g {
        background-color: #fff;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        width: 100%;
      }
      .layout-canvas-g > .header,
      .layout-canvas-g > .section,
      .layout-canvas-g > .footer {
        position: relative;
        overflow: hidden;
        width: 100%;
        word-wrap: break-word;
      }
      .layout-canvas-g > .section {
        margin: 10px 0;
      }
      .layout-canvas-g > .section > .columns {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
      }
      body {
        color: #000;
        font-family: Arial;
        font-size: 12px;
        margin: 0 auto;
        max-width: 1280px;
      }

      @media only screen and (max-width: 600px) {
        .w3-button{
          font-size: 18px;
          background-color:rgb(255, 4, 87);
          color:white;
          border-radius: 24px;
          font-size: 14px;
          width:30%;
          margin-top: 8% !important;
          margin-bottom: 8% !important;
        }
      }

      @media only screen and (max-width: 480px) {
        .mobile-hidden {
          display: none !important;
        }
        .responsive-td {
          width: 100% !important;
          display: block !important;
          padding: 0 !important;
        }
        .w3-button{
          font-size: 18px;
          background-color:rgb(255, 4, 87);
          color:white;
          border-radius: 24px;
          font-size: 9px;
          width:30%;
          margin-top: 8% !important;
          margin-bottom: 8% !important;
        }
      }
      .layout-canvas-g > .section > .columns {
        width: 100%;
      }
