*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins' , sans-serif;
}

body {
background: #fff;
font-family: 'Montserrat';
}
.container{
    width: 350px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #fff;
    border-radius: 5px;
    color: #3e3e3e;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

#listbusiness{
    margin-top:20px;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 20px;
    max-width: 400px;
    margin: 0 auto;
    background-image: url(frontend_assets/images/CategorySearch.jpg);
    background-repeat: no-repeat; 
    background-size: 350px;
}


.menu,
.content {
    width: 100%;
    
}

select{
    margin-top: -50px;
    width: 60%;
    margin-left: 40%;
    padding: 5px;
    font-size: 16px;
    font-weight: 200;
    font-family: 'Poppins' , sans-serif;
    border: none;
    border-radius: 8px;

    background: #fff;
    background-position: 95% 55%;
    background-size: 22px;

}

.data {
    display: none;
    
}

.ridge {
    border-style: ridge;
    padding: 15px;
        border-color: #ff0000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000000;
    font-size: small;
    font-family: 'Montserrat';
}

p.highlight{
    color: #ff0000;
    font-size: 14.5px;
}

p.byvs{
padding-top: 40px;
}

h3.abh1{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    margin-right: 235px;
    background-color: #ff0000;
    color: #ededed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


  footer {
    font-family: 'Poppins' , sans-serif;
    margin-top: 20px;
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-right: 10px;
    background-color: rgb(17, 16, 88);
    color: white;
    font-size: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }


  .headerr{
    background-image: url('frontend_assets/images/');
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: 500px;
    background-position: top;

    
  }

