  #zip_code::placeholder {
    color: #1C3354 !important;
    font-weight: 700;
  }

  #zip_code {
    color: #000000;

  }

  .zoomed {
    transform: scale(1.1);
    font-size: 1.5rem !important;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
  }

  #change_placeholder_color input::placeholder {
    color: #1C3354 !important;
    font-weight: 700
  }

  .submit-button {
    font-weight: 700;
    border-radius: 20px !important;
  }

  /* #change_placeholder_color input{
   color: #000000 !important;
   border: 1px solid #1C3354 !important;
   } */
  @media (max-width: 767px) {
    body {
      overflow-x: hidden !important;
    }

    .d-flex.justify-content-around.align-items-center {
      text-align: center;
      display: inline-table !important;
    }

    .d-flex.justify-content-around.align-items-center>h3 {
      margin-top: 15px;
      padding-bottom: 0px !important;
      margin-bottom: 0px;
    }

    a.d-inline-flex.align-items-center.btn.font-weight-semibold.border-2.btn-outline.btn-rounded.p-relative.text-3.text-uppercase {
      margin-bottom: 6px;
      font-size: 11.5px !important;
    }

    button.btn.header-btn-collapse-nav {
      margin-right: 8px !important;
      margin-left: 10px !important;
    }

    a.btn.text-light.text-2-3.text-lg.btn-rounded.font-weight-bold {
      margin-bottom: 30px !important;
    }


  }

  .platinum_ul ul li {
    line-height: 29px;
    color: #000
  }

  .text-start ul li {
    line-height: 29px;
  }

  li::marker {
    color: green;
    font-size: 32px
  }

  .platinum_li::marker {
    color: #fff;
    font-size: 32px
  }

  .section_plan_moblie {
    display: none
  }

  @media only screen and (max-width: 768px) {
    .section_plan {
      display: none;
    }

    .section_plan_moblie {
      display: block
    }


  }

  .pac-container {
    z-index: 1070 !important
  }

  .continue {
    background: linear-gradient(99deg, red 0%, #ff7043 100%);
    padding: 6px 39px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 55px;
    cursor: pointer;
  }

  .text_ahc {
    margin-top: 15%
  }

  .continue .btn {
    padding-left: 34px;

  }

  .btn svg {
    width: 24px;
    transition: .4s
  }

  .btn.arrow-right svg {
    margin-left: 5px
  }

  .btn.arrow-right:hover svg {
    transform: translateX(10px)
  }

  .btn.arrow-rightB svg {
    margin-left: 5px
  }

  .btn.arrow-rightB:hover svg {
    transform: translateX(10px);
    filter: invert(1)
  }

  .responsive-image {
    width: 100%;
    object-fit: cover;
  }

  .popup-error {
    display: flex;
    justify-content: space-around;
    padding: 0 28% 0 0px;
  }

  .sds-modal-center input::placeholder {
    color: #2C3A90 !important;
    text-align: center;
    font-weight: 700
  }

  .owl-carousel .owl-item img {
    display: block !important;
    width: 59% !important;
    margin: 0 auto !important;
  }

  input[name="zip_code"] {
    border-radius: 10px !important;
  }

  .protect-header {
    white-space: nowrap;
    overflow: visible;
    text-overflow: unset;
    font-size: clamp(2rem, 2vw, 2rem);
    width: 100%;
  }
@media (min-width: 320px) and (max-width: 480px){
  input[name="zip_code"] {
    height: 48px;
    font-size: 16px !important;
    line-height: 1 !important;
    border-width: 1px !important;
  }
  .submit-button{
    font-size: 1rem !important;
    border-width: 1px !important;
  }
}
