body{
        font-family: lato;
        margin: 0;
      }
      a{
        text-decoration: none;
      }
      ul{
        margin-bottom: 0px !important;
        padding-left: 0px;
      }
      .search-area{
        padding: 0 !important;
      }
      .hero-sec{
        background-image: url('/app/images/static_pages/insurance_new/insurance-hero-img.png');
        background-repeat: no-repeat;
        height: 460px;
        background-size: 100% 100%;
        padding: 10% 8%;
        margin-top: -70px;
      }
      .f-48{
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        font-style: italic;
        color: #282828;
        font-family: lato !important;
      }
      .f-20{
        font-size: 20px;
        color: #6E6E6E;
        font-weight: 700;
      }
      .page-start .f-20{
        font-size: 20px;
        color: #282828;
        font-weight: 700;
      }
      .f-14{
        font-size: 14px;
        color: #6E6E6E;
      }
      .f-16{
        font-size: 16px;
        color: #6E6E6E;
      }
      .f-32{
        font-size: 32px;
        font-weight: 700;
      }
      .page-start{
        margin-top: -15px;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 40px;
      }
      .wdth{
        width: 95px;
        height: 90px;
      }
      .card{
        border-radius: 16px;
      }
      .p-48{
        padding: 48px;
      }
      .p-24{
        padding: 24px;
      }
      .p-16{
        padding: 16px;
      }
      .f-18{
        font-size: 18px;
        font-weight: 700;
      }
      .f-12{
        font-size: 12px;
        letter-spacing: 1px;
      }
      .mt-12{
        margin-top: 12px;
      }
      .mt-24{
        margin-top: 24px;
      }
      .health-card{
        padding: 24px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
      }
      .health-card-form{
        padding: 24px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 98px;
      }
      .get-code{
        background-color: #12877F;
        border-radius: 8px;
        color: #fff;
        font-size: 12px;
        padding: 8px 16px;
        width: fit-content;
        letter-spacing: 0.32px;
        width: 120px;
        text-align: center;
      }
      .com-btn{
        background-color: #97144D;
        font-size: 16px;
        color: #fff;
        padding: 8px 16px;
        border-radius: 8px;
      }
      .watch-health{
        padding: 48px;
        background-color: #F1F4F7;
        margin-top: 48px;
        position: relative;
      }
      .down-arrow{
        position: absolute;
        top: -100px;
        left: -36px;
      }
      .watch-info{
        display: flex;
      }
      .watch-info img{
        margin-right: 12px;
      }
      .get-start-card{
        background-color: #FCF5EB;
        border-radius: 4px;
      }#f5e1b8
      #FCF5E8;
      .brand-c{
        color: #97144D;
      }
      .get-start-card-hover{
        position: relative;
        z-index: 1;
        width: 430px;
      }
      .get-start-card-hover img{
        position: absolute;
        top: 0;
        right: -2px;
        z-index: 0;
      }
      .get-start-card-hover:hover,
      .get-start-card-hover.active{
        border-color: #ED1164;
        border: 1px solid #ED1164 !important;
      }
      .get-start-card-hover:hover p:first-of-type{
        color: #97144D;
      }
      .get-start-card-hover.active p:first-of-type{
        color: #97144D;
      }
      .image-display{
       /* width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-content: end;*/
        align-items: end;
        margin-top: auto;
      }
      .image-display img {
        height: 100%;
        width: 100%;
        display: none;
      }
      .image-display img.active {
        display: block;
      }
      .disclaimer-card{
        border-radius: 4px;
        background-color: #F9F9F9;
      }
      .h-m{
        display: block;
      }
      .h-w{
        display: none;
      }
      .footer-links a{
        color: #ED1164;
        text-decoration: underline;
        margin-right: 8px;
      }
      .modal-content{
        margin: 0px;
      }
      .close-btn-modal{
        border: none;
        color: #97144D;
        background-color: #fff;
        box-shadow: 0px 0px 2px gray;
        font-weight: 700;
      }
      .modal-body img{
        width: 100%;
      }
      .modal-body .f-20{
        color:#282828;
        font-weight: 700;
      }
      .choose-modal .card{
        background-color: #F9F9F9;
      }
      .modal-content{
        border-radius: 16px;
      }
      .modal-body input[type="text"],select{
          height: 45px;
       }
      .form-modal{
        width: 330px;
      }
      input[type=radio] {
          accent-color: #ED1164 !important;
      }
      input {
          -webkit-appearance: auto !important;
      }
      .card{
        border: none;
      }
      .img-div{
        display: flex;
        justify-content: center;
        align-content: end;
      }
      @media(max-width: 997px){
        .h-m{
          display: none;
        }
        .h-w{
          display: block;
        }
        .hero-sec{
          background-image: url('/app/images/static_pages/insurance_new/hero-img-m.png');
          text-align: center;
          margin-top: 0px;
          height: 465.46px;
        }
        .f-48{
          font-size: 24px;
          text-align: center;
          margin-bottom: 12px;
        }
        .f-20{
          font-size: 14px;
        }
        .f-32{
          font-size: 18px;
        }
        .page-start{
          padding: 20px;
          margin: 0px;
        }
        .row{
            --bs-gutter-x: 0rem;
            margin-bottom: 0px;
        }
        .p-48{
          padding: 0px;
        }
        .p-24{
          padding: 0px;
        }
        .health-card{
          margin-top: 12px;
          margin-right: 18px;
          margin-left: 4px;
          width: 280px;
        }
        .remove-b-m{
          border: none;
          box-shadow: none;
          background-color: transparent;
        }
        .watch-health{
          padding: 24px;
        }
        .down-arrow{
          top: -75px;
          left: 0;
        }
        .watch-health .watch-health-hero{
          margin-top: 40px;
        }
        .get-start-card{
          padding: 24px 12px !important;
          padding-right: 0px !important;
          margin-top: 24px;
        }
        .disclaimer-card{
          padding: 12px !important;
          margin-top: 12px;
        }
         .scroll-mobile {
            display: flex;
            overflow-x: auto;
            flex-wrap: nowrap;
            margin-top: 40px;
            margin-bottom: 20px;
          }
          .scroll-mobile .card {
            width: 300px;
            flex: 0 0 auto;
            margin-right: 12px;
            margin-top: 0px !important;
          }
          .scroll-mobile::-webkit-scrollbar {
            display: none;                 /* Chrome/Safari */
          }
          .scroll-mobile .f-18{
            font-size: 14px;
          }
          .scroll-mobile .f-14{
            font-size: 12px;
          }
          .choose-modal .card{
            margin-top: 12px;
          }
          .watch-health{
            margin-top: 40px;
          }
          .col-auto{
            padding-bottom: 8px;
          }
          .insu-card{
            flex-wrap: nowrap;
            overflow-x: auto;
            margin-top: 24px;
          } 
          .insu-card::-webkit-scrollbar {
            display: none;
          }  
          .modal .row{
            --bs-gutter-x: 0.5rem !important;
          } 
          .open-acc-row{
              --bs-gutter-x: 1.5rem !important;
          }  
        }
        @media(min-width: 1400px){
          .hero-sec{
            height: 560px;
          }
          .get-start-card{
                background-color: #FCF5EB;
                border-radius: 4px;
              }
        }