@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&family=Open+Sans:wght@600&display=swap');

.footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  
  .anger {
    display: flex !important;
    align-items: center;
  }
  
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
  }
  
  .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  
  .sidebar .nav {
    margin-bottom: 20px;
  }
  
  .sidebar .nav-item {
    width: 100%;
  }
  
  .sidebar .nav-item+.nav-item {
    margin-left: 0;
  }
  
  .sidebar .nav-link {
    border-radius: 0;
  }
  
  
  
  /* home page css  */

  #heading {
    font-weight: 800;
    color: #0070F3;
  
  }
  
  #cursiveheading {
    font-family: 'Oleo Script';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
  
  }
  
  .text-gray {
    color: #595959 !important;
  }
  
  #heading2 {
    text-align: center;
    font-weight: 600;
    padding-top: 20px;
    color: #595959;
  }
  
  #heading3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 49px;
    text-transform: uppercase;
    color: #595959;
  
  }
  
  #heading4 {
  
    font-weight: 800;
    padding-bottom: 10px;
    color: #595959;
  
  }
  
  #heading5 {
    text-align: end;
    font-weight: 600;
    color: #595959;
    font-size: 30px;
  }
  
  .radius-15 {
    border-radius: 15px;
  }
  
  .radius-20 {
    border-radius: 20px;
  }
  
  .border {
    border: 1px solid #BEBEBE;
  }
  
  #paragraph {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #595959;
  }
  
  #paragraph2 {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #595959;
  }
  
  #paragraph3 {
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    color: #595959;
  }
  
  
  @media (max-width: 768px) {
    #heading5 {
      text-align: left;
    }
  }
  
  @media (max-width: 768px) {
    #paragraph3 {
      text-align: left;
    }
  }
  
  
  .btn {
    --bs-btn-padding-x: 1rem !important;
    --bs-btn-padding-y: 0.7rem !important;
  }
  
  #background1 {
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px;
    padding: 50px;
  }
  
  
  
  .form-check {
    display: block;
    min-height: 3rem;
    margin-bottom: 1rem;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #FEA800;
  }
  
  #footer {
  
    bottom: 0;
  
  }
  
  .accordion-button {
    margin-bottom: 10px;
    font-weight: 600;
    color: #2C2C2C !important;
    background-color: #F0F5FF !important;
    border-radius: 20px !important;
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: url(/images/closeFaq2.svg) !important;
  
  }
  
  
  .accordion-button:not(.collapsed) {
    background: #6699FF !important;
    color: white !important;
  }
  
  .accordion-button:focus {
    box-shadow: unset !important;
  }
  
  
  .accordion-button::after {
    background-image: url(/images/closeFaq.svg) !important;
  }
  
  body {
      font-family: 'Inter';
      color: #2C2C2C;
  }
  
  .heading1 {
      font-weight: 800;
      font-size: 48px;
  }
  
  .heading2 {
      font-weight: 700;
      font-size: 34px;
      ;
  }
  
  p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26.72px;
  }
  
  .p-20 {
      font-size: 20px;
      font-weight: 700;
  }
  
  /* .head-content {
      position: relative;
      text-align: center;
  }
  
  .centered {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
  } */
  
  .btn-blue {
      font-weight: 700;
      font-size: 19px;
      background-color: #6699FF;
      color: white;
  }
  
  .btn-blue:hover {
      background-color: #6699FF;
      color: white;
  }
  
  .test-box {
      background-color: white;
      box-shadow: 0px 0px 94px rgba(190, 190, 190, 0.25);
      border-radius: 30px;
  }
  
  .element {
      position: relative;
      top: -310px;
  }
  
  .accordion-item {
      color: #2C2C2C;
      border: none;
  }
  
  .accordion-button {
      color: #2C2C2C;
      text-align: left;
      background-color: #F0F5FF;
      margin-bottom: 10px;
      border-radius: 10px;
  }
  
  .accordion-button:not(.collapsed) {
      color: #FFFFFF;
      background: #6699FF;
      border-radius: 10px;
  }
  
  .accordion-button:focus {
      border-color: none;
      box-shadow: none;
  }

  @media screen and (max-width: 768px) {
      .element {
          top: 30px;
      }
  
      .head-img {
          display: none;
      }
  }
  @media screen and (min-width: 768px) {
     
    .head-content {
    position: relative;
    text-align: center;
}

.centered {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
}
  .progress-bar {
    background: #6699FF !important;
    border-radius: 18px;
  }
  
  .form-check-input:checked~label {
    color: white !important;
  }
  
  .angerAnsInput {
    visibility: hidden !important;
  }
  
  .submitBtns {
    cursor: pointer
  }
  
  .btn-navTest {
    background: #FF862E;
    color: white;
  }
  
  .btn-navTest:hover {
    background: #bb6020;
    color: white;
  }
  
  .inputAnger {
    background: #F4F4F4 !important;
    border: unset;
    outline: unset;
    border-radius: 10px;
  
  
  }
  
  .btn-send {
    background: #FF862E !important;
    color: white;
    border-radius: 10px;
  }