
  .banner-informations-container {
    background: transparent url('../images/banner-bg-img.webp') center no-repeat padding-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0%;
    /* width: 83.33%; */
    padding-left: 11%;
    display: flex;
    flex-direction: row;
    color: white;
    justify-content: space-between;
    height: 17.56rem;
    margin: 6.25rem 5%;
  }
  .contact-information-holder .footer-support-blocks a {
    color: #ffffff !important;
    opacity: 0.8;
}

.footer-privacypolicy-text {
    color: #ffffff !important;
    opacity: 0.8;
}
.footer-text-blocks {
    color: #ffffff !important;
    opacity: 0.8;
}
  
  .informations-container:hover {
    box-shadow: -0.0625rem 0.375rem 0.5rem #33475Bcc;
  }
  
  .info-icon-container {
    position: relative;
    left: 2%;
    top: 33%;
    height: 1.50rem;
    width: 1.50rem;
  }
  
  .banner-tooltiptext {
    visibility: hidden;
    width: 12.13vw;
    background-color: #ffffff;
    border-radius: 0.625rem;
    padding: 0.75rem 0.25rem;
    position: absolute;
    z-index: 1;
    top: 255%;
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "source-sans-pro", sans-serif;
  
    line-height: 1.31rem;
    letter-spacing: 0rem;
    color: #6A1DD3;
    text-align: center;
  }
  
  .info-icon-container .banner-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 97%;
    left: 45%;
    text-align: center;
    margin-left: 0rem;
    border-width: 0.75rem;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
  }
  
  .banner-informations-container .banner-text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0%;
    margin-left: 1.3%;
  }
  
  .inner-img-container-info img {
    margin-left: 0%;
    max-width: 80%;
  
  }
  
  .banner-heading {
    font-family: "source-sans-pro", sans-serif;
    color: #ffffff;
    font-size: 3.365rem;
    padding-top: 0%;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    padding-bottom: 0%;
    line-height: 4.81rem;
  }
  
  .banner-heading img {
    height: auto;
    width: 120%;
    margin-left: 91%;
    margin-top: 0%;
  }
  
  .banner-content {
    font-family: "source-sans-pro", sans-serif;
    color: #ffffff;
    font-size: 2.31rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 1%;
    line-height: 3rem;
  }
  
  .banner-bottom-content {
    font-family: "source-sans-pro", sans-serif;
    color: #ffffff;
    font-size: 2.31rem;
    padding-top: 2%;
    padding-bottom: 1%;
    font-weight: 600;
    line-height: 3rem;
  }
  
  .inner-img-container-info {
    position: relative;
    bottom: 0% !important;
    top: 10%;
    right: 2.83%;
  }
  
  .info-icon-container .banner-tooltiptext {
    opacity: 0;
    transition: opacity 1s;
  }
  
  .info-icon-container:hover .banner-tooltiptext {
    visibility: visible;
    opacity: 1;
  }
  
  @media (min-width:2559px) {
  
    .banner-informations-container {
      height: 17.25rem;
      margin: 6.875rem 20%;
      padding-left: 8%;
  
    }
  
    .banner-heading {
  
      font-size: 3.25rem;
      line-height: 4.81rem;
    }
  
    .info-icon-container {
      position: relative;
      left: 3%;
      top: 0%;
      height: 2rem;
      width: 2rem;
    }
  
    .banner-tooltiptext {
      width: 13vw;
      border-radius: 0.375rem;
      padding: 0.75rem 0.25rem;
      top: 226%;
      margin-left: 0rem;
      left: -9rem;
      font-size: 0.875rem;
      line-height: 1.31rem;
  }
  .inner-img-container-info {
      top: 11%;
      right: 3.83%;
  }
  .inner-img-container-info img{
    max-width: 100%;
  }
  .banner-bottom-content svg {
    width: auto;
    height: 1.9rem;
  }
  }
  
  @media (min-width:1920px) and (max-width:2558px) {
   
    .banner-informations-container {
      margin: 10% 8%;
    }
  
    .inner-img-container-info {
      position: relative;
      bottom: 0% !important;
      top: 13%;
      right: 2.83%;
  }
  
    .info-icon-container {
      left: 2%;
      top: -4%;
      height: 1.68rem;
      width: 1.68rem;
    }
  
    .banner-tooltiptext {
      width: 14.5rem;
      border-radius: 0.375rem;
      padding: 0.75rem 0.25rem;
      top: 255%;
      margin-left: 0rem;
      left: -6.375rem;
      font-size: 0.875rem;
      line-height: 1.31rem;
    }
  
    .inner-img-container-info img {
      margin-left: 0%;
      max-width: 100%;
    }
    .banner-bottom-content svg {
      width: auto;
      height: 1.75rem;
    }
    .info-icon-container .banner-tooltiptext::after {
      content: "";
      position: absolute;
      bottom: 95%;
      left: 50%;
      padding: 0rem 0rem;
      margin-left: -0.875rem;
      border-width: 0.8125rem;
      border-style: solid;
      border-color: transparent transparent #ffffff transparent;
    }
  }
  
  @media (min-width:1440px) and (max-width:1919px) {
  .banner-informations-container {
        height: 16.5rem;
        margin: 6.875rem 5%;
        padding-left: 12%;
    }
  
    .banner-informations-container .banner-text-container{
      margin-left: 1%;
    }
  
    .banner-heading {
      font-size: 2.38rem;
      padding-top: 0%;
      padding-bottom: 0%;
      line-height: 4rem;
    }
  
    .info-icon-container {
      position: relative;
      left: 4.5%;
      top: 0%;
    }
  
    .banner-tooltiptext {
      width: 13.13vw;
      padding: 0.65rem 0.1rem;
      top: 247%;
      left: -5.5rem;
      text-align: center;
      font-size: 0.75rem;
      line-height: 1.31rem;
    }
  
    .banner-content {
      font-size: 1.625rem;
      margin-top: 1%;
      line-height: 2.625rem;
    }
  
    .banner-bottom-content svg {
      width: auto;
      height: 1.35rem;
    }
  
    .banner-bottom-content {
      font-size: 1.625rem;
      padding-bottom: 1%;
      line-height: 3.31rem;
    }
    .inner-img-container-info {
      top: 16%;
      right: 0%;
  }
  
    .inner-img-container-info img {
      margin-left: 0%;
      width: 90%;
      max-width: 100%;
      height: auto;
    }
  
  }
  
  @media (min-width:1231px) and (max-width:1440px) {
   
    
  .banner-informations-container {
    height: 13rem;
    margin: 6.875rem 5%;
    padding-left: 7%;
  }

  .banner-informations-container .banner-text-container {
    margin-left: 0%;
    position: relative;
    left: 8%;
  }

  .banner-heading {
    font-size: 1.9rem;
    padding-top: 0%;
    padding-bottom: 0%;
    line-height: 3.125rem;
  }

  .info-icon {
    height: 75%;
    width: 75%;
  }

  .info-icon-container {
    left: 3%;
    top: 0%;
}

  .banner-tooltiptext {
    width: 13.13vw;
    border-radius: 0.5rem;
    padding: 0.45rem 0.45rem;
    top: 200%;
    left: -303%;
    font-size: 0.55rem;
    line-height: 1.1rem;
  }

  .info-icon-container .banner-tooltiptext::after {
    left: 45%;
    border-width: 0.56rem;
  }

  .banner-content {
    font-size: 1.3rem;
    line-height: 2.375rem;
  }

  .banner-bottom-content {
    font-size: 1.3rem;
    padding-top: 3%;
    padding-bottom: 1%;
    line-height: 2rem;
  }

  .banner-bottom-content svg {
    width: auto;
    height: 1rem;
  }

  .inner-img-container-info {
    bottom: 0% !important;
    top: 13.8%;
    left: 6%;
  }

  .inner-img-container-info img {
    width: 73%;
    height: auto;
  }
  }
  
  @media (min-width:1024px) and (max-width:1230px) {
   
    .banner-informations-container {
        height: 11rem;
        margin: 6.875rem 5%;
        padding-left: 2%;
      }
    
      .banner-informations-container .banner-text-container {
        margin-left: 0%;
        position: relative;
        left: 14%;
      }
    
      .banner-heading {
        font-size: 1.75rem;
        padding-top: 0%;
        padding-bottom: 0%;
        line-height: 3rem;
      }
    
      .info-icon {
        height: 85%;
        width: 85%;
      }
    
      .info-icon-container {
        left: 5.5%;
        top: 0%;
      }
    
      .banner-tooltiptext {
        width: 14.13vw;
        border-radius: 0.5rem;
        padding: 0.45rem 0.45rem;
        top: 200%;
        left: -240%;
        font-size: 0.55rem;
        line-height: 1.1rem;
      }
    
      .info-icon-container .banner-tooltiptext::after {
        left: 45%;
        border-width: 0.56rem;
      }
    
      .banner-content {
        font-size: 1.125rem;
        line-height: 2rem;
      }
    
      .banner-bottom-content {
        font-size: 1.125rem;
        padding-top: 2%;
        padding-bottom: 1%;
        line-height: 2rem;
      }
    
      .banner-bottom-content svg {
        width: auto;
        height: 0.85rem;
      }
    
      .inner-img-container-info {
        bottom: 0% !important;
        top: 14%;
        right: 4%;
      }
    
      .inner-img-container-info img {
        width: 63%;
        height: auto;
        float: right;
      }
    
      .menu_bar {
        display: inline-block !important;
      }
  }
  
  @media (min-width:768px) and (max-width:1023px) {
  
    .banner-informations-container {
      height: 9rem;
      margin: 6.875rem 5%;
      padding-left: 0%;
      justify-content: space-evenly;
  }
  
  .banner-informations-container .banner-text-container {
    margin-left: 0%;
    position: relative;
    left: 14%;
  }
  
  .banner-heading {
    font-size: 1.5rem;
    padding-top: 0%;
    padding-bottom: 0%;
    line-height: 3rem;
  }
  
    .info-icon {
      height:65%;
      width: 65%;
    }
  
    .info-icon-container {
      left: 2.5%;
      top: 0%;
    }
    .banner-tooltiptext {
      width: 14.13vw;
      border-radius: 0.5rem;
      padding: 0.45rem 0.45rem;
      top: 166%;
      left: -265%;
      font-size: 0.41rem;
      line-height: 1.1rem;
  }
  
    .info-icon-container .banner-tooltiptext::after {
      left: 45%;
      border-width: 0.56rem;
    }
  
    .banner-content {
      font-size: 1rem;
      line-height: 2rem;
  }
  
    .banner-bottom-content {
      font-size: 1rem;
      padding-top: 2%;
      padding-bottom: 1%;
      line-height: 2rem;
    }
  
    .banner-bottom-content svg {
      width: auto;
      height: 28%;
  }
  
  .inner-img-container-info {
    bottom: 0% !important;
    top: 14%;
    right: 4%;
    width:50%;
  }
  .inner-img-container-info img {
    width: 16.25rem;
    height: auto;
    float: right;
  }
  
  
  }
  
  @media (min-width:425px) and (max-width:767px) {
  
    .banner-informations-container {
      height: 8.5rem;
      margin: 6.875rem 5%;
      padding-left: 0%;
      justify-content: space-evenly;
  }
  
  .banner-informations-container .banner-text-container {
    margin-left: 0%;
    position: relative;
    left: 14%;
    width: 70%;
  }
  
  .banner-heading {
    font-size: 1.35rem;
    padding-top: 0%;
    padding-bottom: 0%;
    line-height: 3rem;
  }
  
    .info-icon {
      height:65%;
      width: 65%;
    }
  
    .info-icon-container {
      left: 2.5%;
      top: 0%;
    }
    .banner-tooltiptext {
      width: 14.13vw;
      border-radius: 0.5rem;
      padding: 0.45rem 0.45rem;
      top: 166%;
      left: -265%;
      font-size: 0.41rem;
      line-height: 1.1rem;
  }
  
    .info-icon-container .banner-tooltiptext::after {
      left: 45%;
      border-width: 0.56rem;
    }
  
    .banner-content {
      font-size: 0.875rem;
      line-height: 2rem;
  }
  
  .banner-bottom-content {
    font-size: 0.875rem;
    padding-top: 2%;
    padding-bottom: 1%;
    line-height: 2rem;
  }
  
    .banner-bottom-content svg {
      width: auto;
      height: 28%;
  }
  
  .inner-img-container-info {
    bottom: 0% !important;
    top: 19%;
    right: 2%;
    width: 50%;
  }
  .inner-img-container-info img {
    width: 80%;
    height: auto;
    float: right;
  }
  }
  
  
  @media(max-width:600px)
  {
    .inner-img-container-info {
      display: none;
  }
  .banner-informations-container {
    justify-content: center;
  }
  
  
  .banner-informations-container .banner-text-container {
    margin-left: 0%;
    position: relative;
    width: auto;
    left: 0%;
    justify-content: center;
    padding: 5%;
  }
  }
  @media(max-width:424px) {
  
    .banner-informations-container {
      height: 9rem;
      margin: 4.375rem 5%;
      padding-left: 0%;
    }
  
  
    .banner-informations-container .banner-text-container {
      margin-left: 0%;
      position: relative;
      width: 100%;
      left: 0%;
      justify-content: center;
      padding: 5%;
    }
  
    .banner-heading {
      font-size: 1.125rem;
      padding-top: 5%;
      padding-bottom: 0%;
      line-height: 1.875rem;
    }
  
    .info-icon-container {
      left: 2%;
      top: 0%;
    }
  
    .info-icon {
      height: 65%;
      width: 65%;
    }
  
    .banner-tooltiptext {
      width: 30.13vw;
      border-radius: 0.5rem;
      padding: 0.35rem 0.3rem;
      top: 127%;
      left: -235%;
      text-align: center;
      font-size: 0.5rem;
    }
  
    .info-icon-container .banner-tooltiptext::after {
      left: 45%;
      border-width: 0.56rem;
    }
  
    .banner-content {
      font-size: 0.75rem;
      margin-top: 0%;
      line-height: 2rem;
    }
  
    .banner-bottom-content {
      font-size: 0.875rem;
      padding-top: 0%;
  
      line-height: 1.5rem;
    }
  
    .banner-bottom-content svg {
      width: 7%;
      height: 40%;
    }
  
    .inner-img-container-info {
      position: relative;
      bottom: 0% !important;
      top: 14%;
      left: 2%;
      width: 57%;
      display: none;
    }
  
    .inner-img-container-info img {
      width: 100%;
      height: 100%;
    }
  
    .black_logo {
      margin-top: 1%
    }

  
  }
  
  @media (max-width:374px) {
    .banner-informations-container .banner-text-container {
        margin-left: 0%;
        position: relative;
        width: auto;
        left: 0%;
        justify-content: center;
        padding: 0%;
      }
    
      .banner-heading {
        font-size: 1.rem;
        line-height: 1.5rem;
      }
    
      .banner-tooltiptext {
        font-size: 0.35rem;
      }
    
      .info-icon-container .banner-tooltiptext::after {
        left: 45%;
        border-width: 0.56rem;
      }
    
      .banner-content {
        font-size: 0.625rem;
        line-height: 1.5rem;
      }
    
      .banner-bottom-content {
        font-size: 0.6255rem;
        padding-top: 0%;
        line-height: 1.5rem;
      }
    
      .banner-bottom-content svg {
        width: 7%;
        height: 40%;
      }
    
      .inner-img-container-info {
        display: none;
      }
    
      .inner-img-container-info img {
        width: 100%;
        height: 100%;
      }
  }
  