    header {
        background-color: #F4F6FC;
        box-shadow: 0px 4px 17px 0px #0A31601F;
    } 
    .headercollapse a{
        color: #0A3160 
    } 
    .democolor a{
        color: #EFEFEF 
    } 
      .dropdown-menu a{
        color: #F1FBFE;
      }
    .dropdown-item:focus, .dropdown-item:hover{
      background-color: transparent;
      color: #0A3160 ;
    }
    .bluediv li{
        position: relative;
        margin: 20px 0;
        padding-left: 30px;
        font-family: 'ErodeMedium';
        font-size: 24px;
        font-weight: 400;
    }

    .bluediv li::before{
        content: '';
        background-image: url(../images/request-tick-icon.svg);
        width: 22px;
        height: 16px;
        background-size: contain;
        position: absolute;
        left: 0px;
        top: 12px;
        background-repeat: no-repeat;
    }

    .bluediv {
        background: #F1FBFE;
    background: linear-gradient(90deg, rgba(241, 251, 254, 1) 0%, rgba(234, 242, 250, 1) 50%);
    }

    .request-demo-section{
        background-color: #f8f8f8;
    }


    /* Right Form */
    .form-container {
      background: linear-gradient(160deg, #001f3f, #003366);
      color: white;
      border-radius: 15px;
      width: 100%;
      box-shadow: 0 0 20px rgba(0,0,0,0.3);
    }

    .form-container h4 {
      text-align: center;
      margin-bottom: 1.5rem;
      font-weight: 600;
    }

    .form-control,
    .form-check-input {
     background-color: transparent;
    border: 1px solid #89B1E8BF;
    color: #BDBDBD;
    }

    .form-control::placeholder {
      color: #ccc;
    }

    .form-control:focus {
      background-color: #0a2a43;
      color: white;
      border-color: #3399ff;
      box-shadow: none;
    }

    .btn-custom {
      background-color: #1e90ff;
      color: white;
      border: none;
      transition: background-color 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #1c86ee;
    }

    .form-footer {
      font-size: 0.75rem;
      color: #ccc;
    }

    .form-container h4{
         font-family: 'ErodeMedium'; 
         font-size: 32px;
         font-weight: 500;
    }
    .otherfield{
        border: 0;
        border-bottom: 1px solid #89B1E8BF;
        border-radius: 0;
        margin-top: -16px;
        position: relative;
        top: -10px;
    }
    .quote-text p{
      font-size: 20px;
      color: #212529;  
      margin-top: 30px !important;
      margin: 0 auto;
    }
  .bluediv  a{
      color: #212529;
      font-weight: 600;
    }


    @media (max-width: 767.98px) {
   
    }