*, *::before, *::after {
        box-sizing: border-box;
      }
      
      main {
        max-width: 1440px;
        margin: auto;
      }
      
      .upper-section {
        padding: 40px 70px;
      }

      .headline {
        color: #282828;
        font-family: Oswald;
        font-size: 42px;
        font-weight: 700;
        line-height: 44px;
        width: 100%;
        text-transform: capitalize;
      }
      
      .top-wrapper .headline {
        margin: 0;
      }
      
      .mw-500 {
        max-width: 500px;
      }
      
      .center {
        text-align: center;
      }
      
      #zipSubmit {
        height: 100px;
      }   

      .zip-input {
        margin: 24px 0 40px;
        padding: 10px;
        border-radius: 2px;
        border: 0.5px solid #666;
        background: #FFF;
        color: #000;
        color: #8E8E8E;
        width: 69%;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        background-image: url('https://image.hdsupply-email.com/lib/fe6315707c62047b7314/m/1/277a71b7-f44c-4c98-be91-c8ac4d41ef3d.png');
        background-position: 10px 10px; 
        background-repeat: no-repeat;
        background-position: bottom 50% right 10px;
        margin-right: 16px;
      }
      
      svg[data-lastpass-icon="true"] {
        display: none
      }

      .top-form-wrapper {
        max-width: 535px;
        width: 100%;
        margin-right: 20px;
      }
      
      .top-wrapper {
        display: flex;
        justify-content: space-between;
      }
      
      .right-wrapper {
        margin-top: -178px;
        width: 51%;
      }
      
      .lower-wrapper {
        display: flex;
        justify-content: space-between;
      }
      
      .service-list {
        max-width: 535px;
        border-radius: 2px;
        border: 1px solid #FFCB36;
      }
      
      .service-check {
        width: 20px;
      }
      
      .service-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 24px;
        height: 56px;
      }
      
      .service-item:nth-child(even) {
        background: #F9F8F8;
      }
      
      .item-left {
        color: #000;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        display: flex;
        align-items: center;
        gap: 8px;
      }
      
      .item-right {
        color: #282828;
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 700;
        line-height: 13px;
        letter-spacing: 0.78px;
        text-transform: uppercase;
      }
      
      .services-heading {
        color: #282828;
        text-align: center;
        font-family: Oswald;
        font-size: 30px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 0;
        margin-top: 40px;
      }
      
      .cards-section {
        padding: 40px 0;
      }
      
      .img-fluid {
        width: 100%;
        height: auto;
      }
      
      .service-card {
        width: 410px;
        margin: 32px 10px 0;
        box-shadow: 0px 20px 40px 0px rgba(219, 227, 237, 0.50);
        border-radius: 20px;
      }
      
      .service-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }
      
      .text-card {
        height: 310px;
        background: #FFCB36;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 16px 10px;
        width: 390px;
        border-radius: 20px;
      }
      
      .service-text {
        font-family: Oswald;
        font-size: 32px;
        font-weight: 700;
        line-height: 25;
        text-transform: capitalize;
      }
      
      .card-img-wpr img {
        border-radius: 20px 20px 0px 0px;
        border-bottom: 4px solid #FFCB36;
      }
      
      .card-body-txt {
        border-radius: 20px 20px 0px 0px;
      }
      
      .card-txt {
        padding: 25px 30px;
        border-radius: 0px 0px 20px 20px;
        background: #FFF;
      }
      
      .card-title {
        color: #666;
        font-family: Oswald;
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 25.619px;
        text-transform: capitalize;
        margin: 0;
      }
      
      .card-body-txt {
        color: #666;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
      }

      .noZip-text {
        text-align: center;
        max-width: 540px;
        margin: auto;
        padding: 70px 0 30px;
      }
      
      .noZip-text .large-txt {
        color: #000;
        font-family: Oswald;
        text-align: center;
        font-size: 42px;
        font-weight: 700;
        line-height: 44px;
        text-transform: capitalize;
        margin: 0;
      }
      
      .noZip-text .small-txt {
        color: #666;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 0;
      }
      
      .small-txt a {
        color: #666;
        text-decoration-line: underline;
      }
      
      .map-wrapper,
      .def-map {
        padding: 16px;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 20px 50px 0px rgba(51, 65, 85, 0.09);
        max-width: 680px;
      }
      
      .def-map .map-text {
        margin-top: 0;
        margin-bottom: 24px;
      }
      
      .def-map-wrapper {
        max-width: 680px;
      }
      
      .map-text {
        color: #666;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin-bottom: 24px;
        margin-top: 0;
      }
      
      .map-text span {
        color: #282828;
      }

      .form-copy-title {
        color: #000;
        font-family: Montserrat;
        font-size: 17.778px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 1.067px;
        margin-bottom: 16px;
        text-transform: uppercase;
        margin-top: 0;
      }
      
      .above .form-copy-body {
        color: #666;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
        max-width: 450px;
        margin-bottom: 28px;
      }

      .form-copy {
        margin-top: 0;
      }
      
      .form-section {
        background: #FAFAFA;
        padding: 40px 0 70px;
      }
      
      .form-container {
        padding: 0 80px;
        max-width: 1440px;
        margin: auto;
      }

      .form-section .headline {
        margin-bottom: 70px;
      }

      .above {
        border-bottom: 1px solid #EDEDED;
      }

      .form-left {
        max-width: 525px;
        width: 50%;
        margin-right: 40px;
        position: relative;
      }

      .below {
        margin-top: 44px;
      }

      .below .form-copy-title {
        color: #111928;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .below .form-copy-body {
        color: #8E8E8E;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
      }
      
      .form-right {
        max-width: 640px;
        width: 50%;
      }
      
      .form-flex-wrapper {
        display: flex;
        justify-content: space-between;
      }

      .btn-wrapper {
         height: 50px;
         display: flex;
       }

      .ss_buttons button {
        cursor: pointer;
        border: 2px solid #666;
        border-radius: 5px;
        background: #fff;
        color: #666;
        font-size: 14px;
        font-weight: 500;
        padding: 6px 12px;
        font-family: Montserrat;
        transition: 1s;
       }

      .ss_buttons button.active,
      .ss_buttons button:hover {
          background: #FFCB36;
          border: 2px solid #FFCB36;
          color: #000;
          font-weight: 600;
      }

       .ss_buttons.new-btn button {
          padding: 6px 15px;
      }

      .new-btn button {
          border-radius: 5px 0 0 5px;
      }
      .exist-btn button {
          border-radius: 0 5px 5px 0;
          margin-left: 0px;
      }

      .info-form label,
      .form-copy {
        display: block;
        margin-bottom: 14px;
        color: #000;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
      }
      
      .form-field {
        height: 120px
      }

      .form-field.multi-select {
        height: auto;
        margin-bottom: 32px;
      }

      .form-field:last-child {
        height: 145px
      }

      .multi-select fieldset {
          border: 1px solid #8e8e8e;
          margin: 0;
      }
      
      .info-form input,
      .info-form input#property,
      .info-form select,
      .info-form textarea {
        padding: 16px;
        border: 1px solid #8E8E8E;
        color: #8E8E8E;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        width: 100%;
        background: #fff;
      }
      
      .form-field.submit {
        height: 42px;
        margin-top: 32px;
      }
      
      .form-field.submit button,
      .zip-input-btn {
        border-radius: 36px;
        background: #FFCB36;
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        border: none;
        padding: 12px 24px;
        width: 120px;
        cursor: pointer;
      }
      
      input.zip-input-btn {
        color: #282828;
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.78px;
        padding: 10px 20px;
        width: 144px;
      }

      .check-wrapper {
        display: flex;
        align-items: center;
        margin: 5px 0;
      }

      .check-wrapper input {
        accent-color: #FFCB36;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 8px;
      }

      .check-wrapper label {
          margin: 0;
      }
      
      .legal-copy {
        color: #666;
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        max-width: 390px;
        position: absolute;
        bottom: 32px;
        border-top: 1px solid #EDEDED;
        padding-top: 28px;
        height: 150px;
      }
      
      .legal-copy .bold {
        font-weight: 700;
      }
      
      input {
        box-sizing:border-box
      } 
      
      #zipSubmit label {
        display: none;
      }
      
      .left-wrapper {
         width: 48%;
         padding-right: 64px;
      }
      
      .form-left .below {
        display: flex;
      }
      
      .help-img {
        width: 32px;
        height: 32px;
        margin-right: 16px;
      }
      
      .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: rgba(0, 0, 0, 0.2);
      }
      
      .modal-content {
        position: relative;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0px 7px 40px 0px rgb(0 0 0 / 20%);
        margin: auto;
        width: auto;
        max-width: 677px;
        min-width: 415px;
        height: auto;
        text-align: center;
        padding: 28px 52px 45px;
        top: 20%; 
      }
      
      .modal-check {
        background: rgb(255, 194, 14);
        height: 36px;
        width: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
      }
      
      #modalHeader {
        color: rgb(40, 40, 40);
        font-family: 'Oswald', sans-serif;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: 0.67px;
        text-align: center;
        margin: 15px 0;
        text-transform: capitalize;
      }
      
      #modalText {
        color: #000;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
      }
      
      .close {
        right: 15px;
        top: 10px;
      }
      
      .form-copy-body a,
      .legal-copy p a {
        color: #666;
      }

      .form-copy-body a:last-child {
        text-decoration: underline;
      }
      
      .zip-error {
        color: #cc0000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
      }
      
      .zip-error.hide,
      .form-field.honeyfield {
        display: none;
      }
      
      .mb-10 {
        margin-bottom: 10px !important;
      }
      
      .error {
        color: #cc0000;
        display: none;
      }

      @media (max-width: 1200px) {
        .left-wrapper {
          margin-right: 40px;
        }
        
        .right-wrapper {
          margin-top: 0;
        }
      }
      
      @media (max-width: 1100px) {
        .top-wrapper {
          flex-direction: column;
          align-items: center;
        }
        
        .top-form-wrapper {
          margin: 0;
        }
      }
      
      @media (max-width: 990px) {
        .form-flex-wrapper,
        .lower-wrapper {
          flex-direction: column;
        }
        
        .top-wrapper {
          justify-content: center;
        }
        
        .left-wrapper {
          margin: 0;
          width: 100%;
          padding-right: 0;
        }
        
        .right-wrapper  {
          margin-top: 40px;
          width: 100%;
        }
        
        .form-left,
        .top-wrapper,
        .service-list,
        .map-wrapper {
          margin: auto;
        }
        
        .legal-copy {
          position: unset;
          margin-top: 40px;
        }
        
        .form-left {
          width: 100%;
        }
        
        .form-right {
          margin: 40px auto 0;
          width: 100%;
        }
      }

      @media (max-width: 720px) {
        .form-container {
          padding: 0 20px;
        }
        
        .upper-section {
          padding: 40px 20px;
        }
      }
      
      @media (max-width: 610px) {
        .zip-input {
          width: 60%;
        }
      }
      
      @media (max-width: 490px) {
        .zip-input {
          width: 50%;
        }
        .zip-input-btn {
          width: 45%;
        }
      }
      
      @media (max-width: 475px) {
        .form-field:nth-child(5) {
          height: 145px
        }
      }
      
      @media (max-width: 410px) {
        .zip-input {
          width: 45%;
          margin-right: 8px;
        }
        .form-right {
          margin: 80px auto 0;
        }
      }
      
      @media (max-width: 375px) {
        .zip-input {
          width: 100%;
          margin-bottom: 10px;
        }
        .lower-wrapper {
          margin-top: 20px;
        }

        .def-map {
          margin-top: 10px;
        }
      }
