.bi-fun-fact-section-2{
    background-color: white;
}



@media(max-width: 460px){
    .mobile-logo-all{
      width: 50% !important;
      /* width: 200px; */
      padding: 0;
    }
  }


  @media screen and (max-width: 991px) {
    .bi-header-section.header-style-one .bi-header-content {
        padding: 20px 15px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}


.form-select{
  height: 62px;
  background-color: rgba(22, 35, 43, 0.05);
  border: none;
  color: #555;
  font-size: 14px;
  border-radius: 5px;
}

@media(max-width: 450px){
  .form-select{
    height: 62px;
    background-color: rgba(22, 35, 43, 0.05);
    margin-bottom: 25px;
  }
}




@media screen and (max-width: 1024px) {
  .bi-header-section.header-style-four {
      border-radius: 0;
      /* padding: 20px 15px; */
      padding: 5px 15px;
  }
}


@media screen and (max-width: 1024px) {
  .bi-header-section.header-style-four.sticky-on {
      top: 0;
      bottom: auto;
      max-width: 100%;
      border-radius: 0;
      padding: 5px 15px;
      -webkit-animation-name: slideInDown;
      animation-name: slideInDown;
  }
}


.bi-header-section.sticky-on .bi-header-content {
  /* padding: 12px 0px; */
  padding: 0 15px;
}

body{
  overflow-x: hidden;
}










