@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  scroll-padding-top: 72px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;   
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.slide_box {
  max-width: 100%;
}
.slide_box img {
  width: 100%;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {             
   box-shadow: none !important;
}



.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #ffe001;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.banner-section{
  margin-top: 160px;
}

@media(max-width: 991px) {
  .header-btn{
    font-size: 16px !important;
  }
  
  .banner-section{
    margin-top: 175px;
  }

  .para {
    font-size: 16px !important;
  }

  .box-img1 {
    width: 75% !important;
    max-width: auto !important;
  }
}

@media(max-width: 767px) {   
  .mylogo{    
    width: 35%!important;       
  }

  .box-img1 {
    width: 100% !important;      
    max-width: auto !important;
  }

}

@media(max-width:425px){
  .banner-section{
    margin-top: 245px;
  }
}


