/*--------------------------------------------------------------
15. Media queries
--------------------------------------------------------------*/
@media only screen and (min-device-width: 1400px) and (max-device-width: 1600px){ 
   

}
@media only screen and (min-width : 1600px) {

}
@media only screen and (min-width: 1200px) {


}
@media only screen and (max-width: 1300px) {


}

@media only screen and (max-width: 980px) {
 .bc-minus{
margin-top: 0px;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 80px;
    background-color: #fff;
    left: 0px;
    padding: 20px 0px;
}
.nav-link {
    padding: 8px 0px !important;
    }
    .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: left;
    justify-content: start;
    display: block !important;
        padding-left: 40px;
}
.box002{
height: auto;
margin-bottom: 20px;
}
 .dropdown-menu[data-bs-popper] {
    top: 100%;
}
}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 768px) {
 

}
@media (min-width: 992px){

}

@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 640px) {
  .choosing-a-business-structure .accordion-button {
    font-size: 20px;
}
.title {
    font-size: 29px;
}
.hero {
    padding: 1rem;
}
.hero-title {
    font-size: 38px;
}
.hero-bg .hero-title {
      font-size: 32px;
}
.hero-bg {
    /* background-image: url(../img/hero-bg-mobile.jpg);*/
    background-position: left;
   /* background-size: cover;
    height: 100%;*/
    padding: 2rem 1rem;
}
/*.hero-bg .hero-title, .hero-bg h4, .hero-bg p, .hero-bg div {
    color: #ffffff;
}*/
.sec-pad {
    padding: 2rem 0;
}
}
    

@media only screen and (max-width: 590px) {

}
@media (min-width: 576px){

}

@media only screen and (max-width: 480px) {
  
}
@media only screen and (max-width: 400px) {

}
@media screen and (max-width: 375px){

}
@media screen and (max-width: 321px){

}







