html, body {
      min-height: 100%;

      }
      body, div, form, input, select, textarea, label, p {
      padding: 0;
      margin: 0;
      outline: none;
      font-family: Roboto, Arial, sans-serif;
      font-size: 14px;
      color: #212529;
      line-height: 23px;
      }
      h2 {
      position: absolute;
      margin: 0;
      font-size: 40px;
      color: #fff;
      z-index: 2;
      line-height: 83px;
      }
      textarea {
      width: calc(100% - 12px);
      padding: 5px;
      }
      .testbox {
      display: flex;
      justify-content: center;
      align-item1s: center;
      height: inherit;
      padding: 10px;
      }
      form {
      width: 100%;
      padding: 20px;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0 0 20px  #669999;
      }
      .banner {
      position: relative;
      height: 100px;
      background-image:url("/home/anujdeshmukh24/DBSolar_19_09_2023/DBSolar_19_09_2023/static/images/img2.jpg");
      background-image:url('/home/anujdeshmukh24/DBSolar_19_09_2023/DBSolar_19_09_2023/static/Images/img2.jpg');
      background-size: cover;
      display: flex;
      justify-content: center;
      align-item1s: center;
      text-align: center;
      }
      .banner::after {
      content: "";
      background-color:
      position: absolute;
      width: 100%;
      height: 50%;
      }
      input, select, textarea {
      margin-bottom: 10px;
      border: 1.5px solid #ccc;
      border-radius: 5px;
      }
      input {
      width: calc(100% - 10px);
      padding: 5px;
      }
      input[type="date"] {
      padding: 5px 7px;
      }
      textarea {
      width: calc(100% - 12px);
      padding: 5px;
      }
      .item1:hover p, .item1:hover i, .question:hover p, input:hover::placeholder {
      color:  #fff;
      }
      .question label:hover {
      color:  green;
      }
      .item1 input:hover, .item1 select:hover, .item1 textarea:hover {
      border: 1px solid transparent;
      box-shadow: 0 0 6px 0  #495057;
      color: #669999;
      }
      .item1 {
      position: relative;
      margin: 5px 0;
      }
      .item1 span {
      color: red;
      }
      .week {
      display:flex;
      justfiy-content:space-between;
      }
      .colums {
      display:flex;
      justify-content:space-between;
      flex-direction:row;
      flex-wrap:wrap;
      }
      .colums div {
      width:30%;
      }
      input[type="date"]::-webkit-inner-spin-button {
      display: none;
      }
      .item1 i, input[type="date"]::-webkit-calendar-picker-indicator {
      position: relative;
      font-size: 20px;
      color:  #a3c2c2;
      }
      .item1 i {
      right: 1%;
      top: 30px;
      z-index: 1;
      }
      input[type=radio], input[type=checkbox]  {
      display: block;
      }

      label.radio {
      position: relative;
      display: inline-block;
      margin: 5px 20px 0px 10px;
      cursor: pointer;
      }
      .question span {
      margin-left: 30px;
      }
      .question-answer label {
      display: block;
      }
      label.radio:before {
      content: "";
      position: absolute;
      left: 0;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      border: 2px solid #ced4da;
      }
      input[type=radio]:checked + label:before, label.radio:hover:before {
      border: 2px solid  #19874a;
      }
      label.radio:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 5px;
      width: 8px;
      height: 4px;
      border: 3px solid  #19874a;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      input[type=radio]:checked + label:after {
      opacity: 1;
      }

        label.checkbox {
      position: relative;
      display: inline-block;
      margin: 5px 20px 0px 10px;
      cursor: pointer;
      }
      .question1 span {
      margin-left: 30px;
      }
      .question-answer label {
      display: block;
      }
      label.checkbox:before {
      content: "";
      position: absolute;
      left: 0;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      border: 2px solid #ced4da;
      }
      input[type=checkbox]:checked + label:before, label.checkbox:hover:before {
      border: 2px solid  #19874a;
      }
      label.checkbox:after {
      content: "";
      position: absolute;
      top: 6px;
      left: 5px;
      width: 8px;
      height: 4px;
      border: 3px solid  #19874a;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg);
      opacity: 0;
      }
      input[type=checkbox]:checked + label:after {
      opacity: 1;
      }


      .flax {
      display:flex;
      justify-content:space-around;
      }
      .btn-block {
      margin-top: 10px;
      text-align: center;
      }
      button {
      width: 150px;
      padding: 10px;
      border: none;
      border-radius: 10px;
      background:  #055160;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      }
      button:hover {
      background:  #a3c2c2;
      }
      @media (min-width: 568px) {
      .name-item1, .city-item1 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      }
      .name-item1 input, .name-item1 div {
      width: calc(50% - 20px);
      }
      .name-item1 div input {
      width:97%;}
      .name-item1 div label {
      display:block;
      padding-bottom:5px;
      }
      }
