.Contact-us__page {
    max-width: 1280px;
    margin: auto;
  }
  .Contact-us__page-Headline-wrapper h1 {
    font-size: 3.5rem;
  }
  
   .Contact-us__page-Headline-wrapper h1 strong {
    color: #0351A3;
    font-weight: 600;
  }
  
   .Contact-us__page-Headline-wrapper p {
    color: #231F20;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 145.455%;
  }
  .Contact-us__page .content__box {
    border-radius: 0.5rem;
    border: 0.125rem solid #E3F0F7;
    background: #fff;
    box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(28, 25, 26, 0.04);
    padding: 2.5rem 2.25rem;
    margin-bottom: 2rem;
    min-height: 381px;
    height: auto;
  }
  
  .contact-form {
    font-family: Gantari, sans-serif;
    color: #1C191A;
    background-color: #F7FAFD;
    border-radius: 0.5rem;
    padding: 2.5rem;
    border: 0.125rem solid #E3F0F7;
    box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(28, 25, 26, 0.04);
    margin-bottom: 3rem;
  }
  
  .Contact-us__page-content__box h2 {
    margin-bottom: 1.25rem;
    color: #1C191A;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 105.286%;
    letter-spacing: 0;
  }
   .Contact-us__page-content__box  h2 strong {
    color: #0351A3;
     font-weight: 600;
  }
  .Contact-us__page-content__box{
    margin-top:1rem;
    margin-bottom: 2rem;
  }
  .Contact-us__page-content__box  p {
    color: #1C191A;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
  }
  .Contact-us__page-content__box  p strong {
    font-weight: 700;
  
  }
  .Contact-us__page-content__box p a{
    color:#0351A3;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    
  }
  .nf-form-fields-required {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #595959;
    font-family: "Gantari", sans-serif;
    margin-bottom: 1rem;
  }
  .nf-form-content label {
    color: #00235D;
    font-family: "Gantari", sans-serif;
    font-weight: 600 !important;
    font-size: 20px !important;
  }
  
  .contact-form .nf-form-content input:not([type="button"]), .about-area .nf-form-content textarea {
    background: #fff;
    border: 1px solid #c4c4c4;
      border-top-color: rgb(196, 196, 196);
      border-right-color: rgb(196, 196, 196);
      border-bottom-color: rgb(196, 196, 196);
      border-left-color: rgb(196, 196, 196);
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
  }
   #nf-field-13 {
            background: #00235D;
            color: #fff;
            border: 2px solid #00235D;
            padding: 13px 34px;
          display: inline-block;
          text-decoration: none;
          font-weight: 700;
          font-size: 22px;
          line-height: 120%;
          letter-spacing: 0.005em;
          transition: .3s;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
            height: auto;
          }
          
          #nf-field-13:hover {
            background-color: transparent;
          color: #00235D;
          }
  
  
  .listradio-wrap .nf-field-element label.nf-checked-label::before {
    background: #0351a3 !important;
  }
  
  .listradio-wrap .nf-field-element label {
    font-size: 18px !important;
  }
  .listradio-wrap .nf-field-element label.nf-checked-label::after {
    border-color: #0351a3 !important;
    transition: all .5s;
  }
  .listradio-wrap .nf-field-element label::after {
    background: #fff;
    border: 2px solid #c4c4c4;
      border-top-color: rgb(196, 196, 196);
      border-right-color: rgb(196, 196, 196);
      border-bottom-color: rgb(196, 196, 196);
      border-left-color: rgb(196, 196, 196);
    transition: all .5s;
  }
  
   .nf-form-content textarea {
    background: #fff!important;
    border: 1px solid #c4c4c4!important;
    border-radius: 0!important;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
  }